X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Ftracegroup.hpp;h=badddf7d396ae6e3ff005e756ca03603b96f5034;hb=4df7756e87d3acfdd71603c2105c0ef54e58cc85;hp=6407f1b2fa72f77056f635b9864275ffeae9ec0c;hpb=af503b104d890a357c736c678bb00296d889c090;p=pulseview.git diff --git a/pv/view/tracegroup.hpp b/pv/view/tracegroup.hpp index 6407f1b2..badddf7d 100644 --- a/pv/view/tracegroup.hpp +++ b/pv/view/tracegroup.hpp @@ -18,14 +18,15 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef PULSEVIEW_PV_VIEW_TRACEGROUP_HPP -#define PULSEVIEW_PV_VIEW_TRACEGROUP_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEGROUP_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEGROUP_HPP #include "tracetreeitem.hpp" #include "tracetreeitemowner.hpp" namespace pv { -namespace view { +namespace views { +namespace TraceView { class TraceGroup : public TraceTreeItem, public TraceTreeItemOwner { @@ -61,12 +62,12 @@ public: /** * Returns the view of the owner. */ - virtual pv::view::View* view(); + virtual View* view(); /** * Returns the view of the owner. */ - virtual const pv::view::View* view() const; + virtual const View* view() const; /** * Computes the vertical extents of the contents of this row item. @@ -127,7 +128,8 @@ private Q_SLOTS: void on_ungroup(); }; -} // view -} // pv +} // namespace TraceView +} // namespace views +} // namespace pv -#endif // PULSEVIEW_PV_VIEW_TRACEGROUP_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRACEGROUP_HPP