X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fdevice%2Fdevinst.h;h=4f0b6dec3137fedf5f679b4b015f27cacee02703;hb=e9213170687cf4afd14e20acdc690ff9381d94ae;hp=7f467cf442be629771fa776e327e2b9e9dab9f49;hpb=f9abf97e78bc4825d80926b0ebc6cbaef40768b1;p=pulseview.git diff --git a/pv/device/devinst.h b/pv/device/devinst.h index 7f467cf..4f0b6de 100644 --- a/pv/device/devinst.h +++ b/pv/device/devinst.h @@ -34,9 +34,9 @@ struct sr_dev_inst; struct sr_channel; struct sr_channel_group; -namespace pv { +#include -class SigSession; +namespace pv { namespace device { @@ -81,7 +81,7 @@ public: virtual void run(); -signals: +Q_SIGNALS: void config_changed(); protected: