X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=93945d189f11c25f60361dfbce6a808d5280139b;hp=f11ed5db5834b5867a7d89275f8aeabf36dc6dfc;hb=f30eb549fe91dde6a56f69c24f2f8169039c12a2;hpb=66e4eae9ce743016c3f6d4974bceb9b7fc0ae7d7 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index f11ed5db..93945d18 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -79,6 +79,8 @@ public: std::shared_ptr add_view(const QString &title, views::ViewType type, Session &session); + void remove_view(std::shared_ptr view); + std::shared_ptr add_session(); void remove_session(std::shared_ptr session);