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