X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;h=194fe675a5bd6f5d16400d8f787a28939e45215e;hb=8c9f62a5ef14648c9dc46a87c978dece01284d25;hp=35a2f2f62e7f194b70ad49b9e23b8ec58dab4f0a;hpb=870ea3dbf35b182e120c5d84ab89bf9cb7691232;p=pulseview.git diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 35a2f2f6..194fe675 100644 --- a/pv/widgets/wellarray.hpp +++ b/pv/widgets/wellarray.hpp @@ -39,6 +39,9 @@ ** ****************************************************************************/ +#ifndef PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP +#define PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP + #include namespace pv { @@ -49,8 +52,8 @@ struct WellArrayData; class WellArray : public QWidget { Q_OBJECT - Q_PROPERTY(int selectedColumn READ selectedColumn) - Q_PROPERTY(int selectedRow READ selectedRow) + Q_PROPERTY(int selectedColumn READ selectedColumn) // clazy-exclude:property-without-notify + Q_PROPERTY(int selectedRow READ selectedRow) // clazy-exclude:property-without-notify public: WellArray(int rows, int cols, QWidget* parent = nullptr); @@ -137,3 +140,5 @@ private: } // namespace widgets } // namespace pv + +#endif // PULSEVIEW_PV_WIDGETS_WELLARRAY_HPP