From fa5a3564553400d3c57751f8b951bdd951aa7aa0 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Sun, 21 Oct 2018 23:04:52 +0200 Subject: [PATCH] Typo fix --- pv/widgets/wellarray.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 194fe67..4c67ca1 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); -- 2.30.2