X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=2bd8dadbf815d8ebdc594c9a3afb92208319a3ad;hp=87e8755b8f8a6264e19f4c9b863dbb735a26e384;hb=c9da51187f8db0c9822d544a0253e0e7a58945d7;hpb=956a945e4d42d0d7718e6f1364d567f5e25ebf49 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 87e8755..2bd8dad 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -94,6 +94,9 @@ 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();