X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=pv%2Fview%2Fcursor.cpp;h=4f2ef126a83fa357e88f5b6d69872fd0802cc29e;hb=455bc29ab7bf8acb9b3520f8a59b8365309134ac;hp=7432e3048e217c20a3e72a4d06bc6f1fffa4b53b;hpb=3ccf0f7f5b1b31ac628a983a2becee6f4c4c1507;p=pulseview.git diff --git a/pv/view/cursor.cpp b/pv/view/cursor.cpp index 7432e304..4f2ef126 100644 --- a/pv/view/cursor.cpp +++ b/pv/view/cursor.cpp @@ -40,7 +40,8 @@ using std::shared_ptr; using std::numeric_limits; namespace pv { -namespace view { +namespace views { +namespace TraceView { const QColor Cursor::FillColour(52, 101, 164); @@ -97,5 +98,6 @@ shared_ptr Cursor::get_other_cursor() const cursors->second() : cursors->first(); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv