X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;h=bdbd27a35f1b9554cde55dd75b1a441f0b1619b8;hp=e5e919548be0679147730823eaf113785c3871fe;hb=9a0cd293620ae082a46ee5f2e53bf700301f9c87;hpb=7aa09b00585d5214cd91e77f1f1611e69f93d711 diff --git a/pv/view/signal.h b/pv/view/signal.h index e5e91954..bdbd27a3 100644 --- a/pv/view/signal.h +++ b/pv/view/signal.h @@ -21,6 +21,8 @@ #ifndef PULSEVIEW_PV_VIEW_SIGNAL_H #define PULSEVIEW_PV_VIEW_SIGNAL_H +#include + #include #include @@ -51,6 +53,8 @@ public: */ void set_name(QString name); + virtual boost::shared_ptr data() const = 0; + /** * Returns true if the trace is visible and enabled. */