X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;fp=pv%2Fwidgets%2Fwellarray.hpp;h=4c67ca114d0f4ba236a4428bab30a7fcbdfa61bb;hp=194fe675a5bd6f5d16400d8f787a28939e45215e;hb=fa5a3564553400d3c57751f8b951bdd951aa7aa0;hpb=8c9f62a5ef14648c9dc46a87c978dece01284d25 diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 194fe67..4c67ca1 100644 --- a/pv/widgets/wellarray.hpp +++ b/pv/widgets/wellarray.hpp @@ -52,8 +52,8 @@ struct WellArrayData; class WellArray : public QWidget { Q_OBJECT - Q_PROPERTY(int selectedColumn READ selectedColumn) // clazy-exclude:property-without-notify - Q_PROPERTY(int selectedRow READ selectedRow) // clazy-exclude:property-without-notify + Q_PROPERTY(int selectedColumn READ selectedColumn) // clazy-exclude:qproperty-without-notify + Q_PROPERTY(int selectedRow READ selectedRow) // clazy-exclude:qproperty-without-notify public: WellArray(int rows, int cols, QWidget* parent = nullptr);