X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fanalogsignal.hpp;fp=pv%2Fviews%2Ftrace%2Fanalogsignal.hpp;h=f4cc17845e120284710f5bdda0044bcd7f1e389b;hp=6afc394227170c99151acc9d8220daa3fed63def;hb=1931b5f932cf068d073bc798f11dd21ede5389a2;hpb=caa2b3e9bd8dc1be0052693bb9bb1a9d4d3e00d8 diff --git a/pv/views/trace/analogsignal.hpp b/pv/views/trace/analogsignal.hpp index 6afc3942..f4cc1784 100644 --- a/pv/views/trace/analogsignal.hpp +++ b/pv/views/trace/analogsignal.hpp @@ -25,7 +25,6 @@ #include #include -#include #include using std::pair; @@ -42,7 +41,7 @@ class SignalBase; namespace views { namespace trace { -class AnalogSignal : public Signal, public GlobalSettingsInterface +class AnalogSignal : public Signal { Q_OBJECT @@ -105,7 +104,7 @@ public: */ void scale_handle_drag_release(); - void on_setting_changed(const QString &key, const QVariant &value); + virtual void on_setting_changed(const QString &key, const QVariant &value); /** * Paints the background layer of the signal with a QPainter