Don't use Qt-defined keywords, they can cause problems with other headers.
[pulseview.git] / pv / device / devinst.h
index 7f467cf442be629771fa776e327e2b9e9dab9f49..4f0b6dec3137fedf5f679b4b015f27cacee02703 100644 (file)
@@ -34,9 +34,9 @@ struct sr_dev_inst;
 struct sr_channel;
 struct sr_channel_group;
 
-namespace pv {
+#include <pv/sigsession.h>
 
-class SigSession;
+namespace pv {
 
 namespace device {
 
@@ -81,7 +81,7 @@ public:
 
        virtual void run();
 
-signals:
+Q_SIGNALS:
        void config_changed();
 
 protected: