X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fanalogsignal.hpp;h=f4cc17845e120284710f5bdda0044bcd7f1e389b;hp=6afc394227170c99151acc9d8220daa3fed63def;hb=1931b5f932cf068d073bc798f11dd21ede5389a2;hpb=641574bcc118be0b6dc3a65039ab3497f9d7241a diff --git a/pv/views/trace/analogsignal.hpp b/pv/views/trace/analogsignal.hpp index 6afc394..f4cc178 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