X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fflag.hpp;h=4bf6ebd5db7f974a9857e733ce0b49c8cbde046f;hp=2df13ca805e3ee74e5a185a372fc55049c7c8c80;hb=099d231771d9ff6230218dbe9835a03876f0e856;hpb=1373fec59223e7511078abe3dbf4a6b61b4af234 diff --git a/pv/views/trace/flag.hpp b/pv/views/trace/flag.hpp index 2df13ca..4bf6ebd 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();