]> sigrok.org Git - pulseview.git/blobdiff - pv/prop/property.cpp
Replaced using namespace with using class directives
[pulseview.git] / pv / prop / property.cpp
index 8276a191b57b99709bc9eef9c650c10169f62090..798b5f10dee87ecfd12449aea94252083b6f1331 100644 (file)
@@ -35,5 +35,10 @@ const QString& Property::name() const
        return _name;
 }
 
+bool Property::labeled_widget() const
+{
+       return false;
+}
+
 } // prop
 } // pv