]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/property.hpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / prop / property.hpp
index ebc6412a0bf0f2746be61b00b63ff30289a34b34..da1c260e81302185e6c4570a8dc7fcf8e1bbde31 100644 (file)
@@ -40,7 +40,7 @@ namespace prop {
 
 class Property : public QObject
 {
-       Q_OBJECT;
+       Q_OBJECT
 
 public:
        typedef function<Glib::VariantBase ()> Getter;
@@ -63,7 +63,7 @@ protected:
        const Getter getter_;
        const Setter setter_;
 
-private:
+protected:
        QString name_;
        QString desc_;
 };