X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=2bd8dadbf815d8ebdc594c9a3afb92208319a3ad;hb=c9da51187f8db0c9822d544a0253e0e7a58945d7;hp=2e4c6bbdcd5e5d00f921acdb741016fb2a581f37;hpb=101e7a9b40cc97fcd94aca7a1bed086b1f56f269;p=pulseview.git diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 2e4c6bb..2bd8dad 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -91,6 +91,12 @@ private: virtual bool restoreState(const QByteArray &state, int version = 0); private Q_SLOTS: + void on_add_view(const QString &title, view::ViewType type, + Session *session); + + void on_new_session(); + void on_new_view(Session *session); + void on_actionViewStickyScrolling_triggered(); void on_actionViewColouredBg_triggered();