From: Soeren Apel Date: Sun, 21 Oct 2018 21:04:52 +0000 (+0200) Subject: Typo fix X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=fa5a3564553400d3c57751f8b951bdd951aa7aa0 Typo fix --- diff --git a/pv/widgets/wellarray.hpp b/pv/widgets/wellarray.hpp index 194fe675..4c67ca11 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);