X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=493e3a55cc0dec32b3ca6e1471138dd0a0bdeac7;hp=5808a2f289c711d82f4a0fb08323674b499c3f97;hb=HEAD;hpb=f1e9295aa5b9ff538c30b7c799a9c6b0efbfca3b diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index 5808a2f2..493e3a55 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -115,6 +115,13 @@ private: virtual bool restoreState(const QByteArray &state, int version = 0); +Q_SIGNALS: + void session_error_raised(const QString text, const QString info_text); + +public Q_SLOTS: + void on_run_stop_clicked(); + void on_session_error_raised(const QString text, const QString info_text); + private Q_SLOTS: void on_add_view(ViewType type, Session *session); @@ -122,7 +129,6 @@ private Q_SLOTS: void on_focused_session_changed(shared_ptr session); void on_new_session_clicked(); - void on_run_stop_clicked(); void on_settings_clicked(); void on_session_name_changed(); @@ -145,9 +151,6 @@ private Q_SLOTS: void on_close_current_tab(); -public Q_SLOTS: - void on_external_trigger(); - private: DeviceManager &device_manager_;