X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Ftracegroup.hpp;h=b41db6bca2bcbf0f41f7e85a583f25e82a9522e9;hb=c259400566cecf3b6ca959bc60c671a7195c0078;hp=a1cc6fdc4558151911b56e40531d0fc5a23ea31a;hpb=641574bcc118be0b6dc3a65039ab3497f9d7241a;p=pulseview.git diff --git a/pv/views/trace/tracegroup.hpp b/pv/views/trace/tracegroup.hpp index a1cc6fdc..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" @@ -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