]> sigrok.org Git - pulseview.git/blobdiff - pv/view/decodetrace.cpp
Change namespace for the trace view and implement ViewBase
[pulseview.git] / pv / view / decodetrace.cpp
index 832b249d4caf00f0366b2f0024aae77f05f9a85a..af8afc0f0462208467404a4146c80bfc36d65130 100644 (file)
@@ -72,7 +72,8 @@ using std::unordered_set;
 using std::vector;
 
 namespace pv {
-namespace view {
+namespace views {
+namespace TraceView {
 
 const QColor DecodeTrace::DecodeColours[4] = {
        QColor(0xEF, 0x29, 0x29),       // Red
@@ -1009,5 +1010,6 @@ void DecodeTrace::on_show_hide_decoder(int index)
                owner_->row_item_appearance_changed(false, true);
 }
 
-} // namespace view
+} // namespace TraceView
+} // namespace views
 } // namespace pv