X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fprop%2Fproperty.h;h=b3aa1a690b00c3e29e74140317169bc5b2ac195e;hb=f27ee56d9c2b18158f2a9451b295123288134611;hp=22e211b1936905146d5d80118a2756dc5859b7da;hpb=b1fe148e0dce6e369c9d4770ca935a6a9ec94b59;p=pulseview.git diff --git a/pv/prop/property.h b/pv/prop/property.h index 22e211b..b3aa1a6 100644 --- a/pv/prop/property.h +++ b/pv/prop/property.h @@ -21,10 +21,9 @@ #ifndef PULSEVIEW_PV_PROP_PROPERTY_H #define PULSEVIEW_PV_PROP_PROPERTY_H -#include - -#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);