X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftrace.hpp;h=882c2d7089d7ea90f59c752a24e8b75a7d919705;hp=62588a16ce07577aa873b9d48ff477e2aa73c9bf;hb=489953884c0d7692fa20748314751e114ae54cf2;hpb=3082ee9327af17da58c25122ac68b828676ca61e diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index 62588a1..882c2d7 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -70,11 +70,6 @@ public: */ virtual void set_colour(QColor colour); - /** - * Enables or disables the coloured background for this trace. - */ - void set_coloured_bg(bool state); - /** * Paints the signal label. * @param p the QPainter to paint into. @@ -130,7 +125,7 @@ private Q_SLOTS: protected: shared_ptr base_; - bool coloured_bg_, coloured_bg_state_; + bool coloured_bg_state_; private: pv::widgets::Popup *popup_;