]> sigrok.org Git - pulseview.git/blobdiff - pv/device/devinst.h
Remove obsolete input module support.
[pulseview.git] / pv / device / devinst.h
index e6a5140989dcea0a58ec8ace4a40bae4714eba3a..4f0b6dec3137fedf5f679b4b015f27cacee02703 100644 (file)
 #ifndef PULSEVIEW_PV_DEVICE_DEVINST_H
 #define PULSEVIEW_PV_DEVICE_DEVINST_H
 
+#include <memory>
 #include <string>
 
-#include <boost/shared_ptr.hpp>
-
 #include <QObject>
 
 #include <glib.h>
@@ -35,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 {
 
@@ -82,7 +81,7 @@ public:
 
        virtual void run();
 
-signals:
+Q_SIGNALS:
        void config_changed();
 
 protected: