]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/string.hpp
Fix #1567 by showing a custom text for the minimum range's value
[pulseview.git] / pv / prop / string.hpp
index 8282cb7f5928616fb2b64da1b5420c6439948458..3e303568309e2449f1b1c564fb325770d9c60465 100644 (file)
@@ -29,7 +29,7 @@ namespace prop {
 
 class String : public Property
 {
-       Q_OBJECT;
+       Q_OBJECT
 
 public:
        String(QString name, QString desc, Getter getter, Setter setter);