X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=2448a3570d45b9f10187a480d6ef7a85dcf5a83d;hb=cbf7b5db5c3c04b95daf77bc0e6dc112c15e0195;hp=e9cecfb1deab73c4fcf3cb81578b3d5829c71c65;hpb=3b84fd0b5f02dedfb6f7160477a63467b613c502;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index e9cecfb1..2448a357 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -118,8 +118,7 @@ private: std::list< std::shared_ptr > sessions_; - std::map< std::shared_ptr, - std::shared_ptr > view_docks_; + std::map< QDockWidget*, std::shared_ptr > view_docks_; std::map< std::shared_ptr, QMainWindow*> session_windows_;