X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftrace.hpp;h=882c2d7089d7ea90f59c752a24e8b75a7d919705;hb=489953884c0d7692fa20748314751e114ae54cf2;hp=ac4540c91c1c3528aed7d5fa25a93cde30f8acf2;hpb=6f925ba9d6faf1077b73c5a5808259576081716a;p=pulseview.git diff --git a/pv/view/trace.hpp b/pv/view/trace.hpp index ac4540c..882c2d7 100644 --- a/pv/view/trace.hpp +++ b/pv/view/trace.hpp @@ -26,7 +26,7 @@ #include #include -#include +#include #include "tracetreeitem.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_;