X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fprop%2Fproperty.h;h=0d1b53160ca2381997ce5aa621b6b8dcd47a30d3;hb=e8d009288de28cb194bc7964f96677c2baf900c9;hp=b3aa1a690b00c3e29e74140317169bc5b2ac195e;hpb=87b79835014a386fb51b52bc993dbb693bd27197;p=pulseview.git diff --git a/pv/prop/property.h b/pv/prop/property.h index b3aa1a69..0d1b5316 100644 --- a/pv/prop/property.h +++ b/pv/prop/property.h @@ -21,7 +21,7 @@ #ifndef PULSEVIEW_PV_PROP_PROPERTY_H #define PULSEVIEW_PV_PROP_PROPERTY_H -#include +#include #include #include @@ -37,8 +37,8 @@ class Property : public QObject Q_OBJECT; public: - typedef std::function Getter; - typedef std::function Setter; + typedef std::function Getter; + typedef std::function Setter; protected: Property(QString name, Getter getter, Setter setter);