X-Git-Url: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=6f40ef8e85a8e22a1bed9733bf03c7600ea9c4c6;hp=208cbe4367e163062b59fb8fc05e6e3695da219a;hb=25272feeeffbf2f67645a7be29ac8704c41c1bb0;hpb=3b353d67bba8fc2076d03e93fed6483572600fa9 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 208cbe43..6f40ef8e 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -183,8 +183,8 @@ private: pv::view::View *view_; - QWidget *central_widget_; - QVBoxLayout *vertical_layout_; + std::map< std::shared_ptr, + std::shared_ptr > view_docks_; toolbars::MainBar *main_bar_;