X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fwellarray.hpp;fp=pv%2Fwidgets%2Fwellarray.hpp;h=8b2e1ef2759b058d6ea647916fc3bd4c136c70d0;hb=10f5e6f54e0c36582e846a769b67b1e7e5a371f8;hp=4c67ca114d0f4ba236a4428bab30a7fcbdfa61bb;hpb=05a4de8abd5810cf8219077259ffa44adb08043e;p=pulseview.git diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 4c67ca11..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:qproperty-without-notify - Q_PROPERTY(int selectedRow READ selectedRow) // clazy-exclude:qproperty-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);