X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.h;h=4f0b6dec3137fedf5f679b4b015f27cacee02703;hb=ab973f4729258b729d2aa84abfa14b61609fa35e;hp=e6a5140989dcea0a58ec8ace4a40bae4714eba3a;hpb=4871ed92f2d9e6e514223383ba16e6ad78c81161;p=pulseview.git diff --git a/pv/device/devinst.h b/pv/device/devinst.h index e6a51409..4f0b6dec 100644 --- a/pv/device/devinst.h +++ b/pv/device/devinst.h @@ -21,10 +21,9 @@ #ifndef PULSEVIEW_PV_DEVICE_DEVINST_H #define PULSEVIEW_PV_DEVICE_DEVINST_H +#include #include -#include - #include #include @@ -35,9 +34,9 @@ struct sr_dev_inst; struct sr_channel; struct sr_channel_group; -namespace pv { +#include -class SigSession; +namespace pv { namespace device { @@ -82,7 +81,7 @@ public: virtual void run(); -signals: +Q_SIGNALS: void config_changed(); protected: