X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=1ab3c589e615bc1251ddf351d924634f92a0b6d8;hp=6f40ef8e85a8e22a1bed9733bf03c7600ea9c4c6;hb=168bd8ac353d715257e7267dcf4eeb1aaef6365c;hpb=25272feeeffbf2f67645a7be29ac8704c41c1bb0 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 6f40ef8..1ab3c58 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -100,6 +100,8 @@ public: QMenu* menu_decoder_add() const; #endif + std::shared_ptr get_active_view() const; + void run_stop(); void select_device(std::shared_ptr device); @@ -181,8 +183,6 @@ private: Session session_; - pv::view::View *view_; - std::map< std::shared_ptr, std::shared_ptr > view_docks_;