X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fflag.hpp;h=4bf6ebd5db7f974a9857e733ce0b49c8cbde046f;hp=2df13ca805e3ee74e5a185a372fc55049c7c8c80;hb=be843692f664e44d26458063042cc5d41a13df57;hpb=1373fec59223e7511078abe3dbf4a6b61b4af234 diff --git a/pv/views/trace/flag.hpp b/pv/views/trace/flag.hpp index 2df13ca8..4bf6ebd5 100644 --- a/pv/views/trace/flag.hpp +++ b/pv/views/trace/flag.hpp @@ -41,7 +41,7 @@ class Flag : public TimeMarker, public enable_shared_from_this Q_OBJECT public: - static const QColor FillColour; + static const QColor FillColor; public: /** @@ -69,7 +69,7 @@ public: pv::widgets::Popup* create_popup(QWidget *parent); - QMenu* create_context_menu(QWidget *parent); + QMenu* create_header_context_menu(QWidget *parent); void delete_pressed();