X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftracegroup.hpp;h=b41db6bca2bcbf0f41f7e85a583f25e82a9522e9;hb=8ff61402dc4ac33630deeb077e8a744a7daba6a4;hp=48b1bf23bcaf4424acbcffb212812253ebbff6bf;hpb=92fdf33184a29c139a532e954cdd573649ad522d;p=pulseview.git diff --git a/pv/views/trace/tracegroup.hpp b/pv/views/trace/tracegroup.hpp index 48b1bf23..b41db6bc 100644 --- a/pv/views/trace/tracegroup.hpp +++ b/pv/views/trace/tracegroup.hpp @@ -17,8 +17,8 @@ * along with this program; if not, see . */ -#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEGROUP_HPP -#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEGROUP_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACE_TRACEGROUP_HPP +#define PULSEVIEW_PV_VIEWS_TRACE_TRACEGROUP_HPP #include "tracetreeitem.hpp" #include "tracetreeitemowner.hpp" @@ -37,7 +37,7 @@ private: static const int Padding; static const int Width; static const int LineThickness; - static const QColor LineColour; + static const QColor LineColor; public: /** @@ -102,7 +102,7 @@ public: */ bool pt_in_label_rect(int left, int right, const QPoint &point); - QMenu* create_context_menu(QWidget *parent); + QMenu* create_header_context_menu(QWidget *parent); pv::widgets::Popup* create_popup(QWidget *parent); @@ -131,4 +131,4 @@ private Q_SLOTS: } // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEGROUP_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACE_TRACEGROUP_HPP