X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;h=194fe675a5bd6f5d16400d8f787a28939e45215e;hp=f1c25dc01fde9e0c39694594296c2bf265b6d2e5;hb=b571a8e7e0dc3e3b6daa58f27050e76466f006dd;hpb=f4ab4b5c657e5613caba82feaa81a8a400e4f331;ds=sidebyside diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index f1c25dc0..194fe675 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) - 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);