]> sigrok.org Git - pulseview.git/blobdiff - pv/widgets/wellarray.hpp
Fix clazy warnings
[pulseview.git] / pv / widgets / wellarray.hpp
index 194fe675a5bd6f5d16400d8f787a28939e45215e..8b2e1ef2759b058d6ea647916fc3bd4c136c70d0 100644 (file)
@@ -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);