]> sigrok.org Git - pulseview.git/commitdiff
Typo fix
authorSoeren Apel <redacted>
Sun, 21 Oct 2018 21:04:52 +0000 (23:04 +0200)
committerSoeren Apel <redacted>
Sun, 21 Oct 2018 21:04:52 +0000 (23:04 +0200)
pv/widgets/wellarray.hpp

index 194fe675a5bd6f5d16400d8f787a28939e45215e..4c67ca114d0f4ba236a4428bab30a7fcbdfa61bb 100644 (file)
@@ -52,8 +52,8 @@ struct WellArrayData;
 class WellArray : public QWidget
 {
     Q_OBJECT
 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);
 
 public:
     WellArray(int rows, int cols, QWidget* parent = nullptr);