X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fbool.hpp;h=310eec6f06444af6905141568e1027b90b864931;hb=f6a93932056dab5e2f75207b65197b436d4141a5;hp=fd5744fe3830f0d56779b981afca4e85aae2e4ab;hpb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;p=pulseview.git diff --git a/pv/prop/bool.hpp b/pv/prop/bool.hpp index fd5744fe..310eec6f 100644 --- a/pv/prop/bool.hpp +++ b/pv/prop/bool.hpp @@ -29,7 +29,7 @@ namespace prop { class Bool : public Property { - Q_OBJECT; + Q_OBJECT public: Bool(QString name, QString desc, Getter getter, Setter setter);