X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fsignal.h;h=bdbd27a35f1b9554cde55dd75b1a441f0b1619b8;hb=02412f0b16cb5ad92654c92b472a84268e79bb54;hp=e5e919548be0679147730823eaf113785c3871fe;hpb=5ed1adf555e0f0fb36d5b4b36f2be17745b5c8ae;p=pulseview.git 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. */