X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fprop%2Fstring.hpp;h=3e303568309e2449f1b1c564fb325770d9c60465;hb=e505bec82f581f838bdcaae3c75bce96676cc9fd;hp=8282cb7f5928616fb2b64da1b5420c6439948458;hpb=dbed5609ae31cdfc3e9db10f3ab91b7607c08372;p=pulseview.git diff --git a/pv/prop/string.hpp b/pv/prop/string.hpp index 8282cb7f..3e303568 100644 --- a/pv/prop/string.hpp +++ b/pv/prop/string.hpp @@ -29,7 +29,7 @@ namespace prop { class String : public Property { - Q_OBJECT; + Q_OBJECT public: String(QString name, QString desc, Getter getter, Setter setter);