X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fproperty.h;h=b3aa1a690b00c3e29e74140317169bc5b2ac195e;hb=f896568baff2904ef2a26ee082321f4f689a86b2;hp=0b4bc7b0ed9223bca1f20706688924812d41a51f;hpb=a2be2530bc72fd3445f23a09c162e1c9b33e4680;p=pulseview.git diff --git a/pv/prop/property.h b/pv/prop/property.h index 0b4bc7b..b3aa1a6 100644 --- a/pv/prop/property.h +++ b/pv/prop/property.h @@ -23,8 +23,7 @@ #include -#include - +#include #include #include @@ -38,8 +37,8 @@ class Property : public QObject Q_OBJECT; public: - typedef boost::function Getter; - typedef boost::function Setter; + typedef std::function Getter; + typedef std::function Setter; protected: Property(QString name, Getter getter, Setter setter);