X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fproperty.h;fp=pv%2Fprop%2Fproperty.h;h=e5a523f93758ac6612f87637a06b7cad5770bd5e;hp=0b4bc7b0ed9223bca1f20706688924812d41a51f;hb=d23445348bf04a698e062a3b917360313ecbcaad;hpb=b101c41ea084b6dbf5db173759d79f6ca0cb2454 diff --git a/pv/prop/property.h b/pv/prop/property.h index 0b4bc7b0..e5a523f9 100644 --- a/pv/prop/property.h +++ b/pv/prop/property.h @@ -23,8 +23,6 @@ #include -#include - #include #include @@ -38,8 +36,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);