X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=87e8755b8f8a6264e19f4c9b863dbb735a26e384;hp=2e4c6bbdcd5e5d00f921acdb741016fb2a581f37;hb=3a21afa6a5dfc06c17f127960bb0038fd322f213;hpb=43017494e4cca1f2a0470b57ad3aceb977aced6b diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 2e4c6bb..87e8755 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -91,6 +91,9 @@ 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_actionViewStickyScrolling_triggered(); void on_actionViewColouredBg_triggered();