X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.hpp;h=493e3a55cc0dec32b3ca6e1471138dd0a0bdeac7;hp=e10d1817f947ecb68387cf2f8bd154a3736050cf;hb=HEAD;hpb=ab10caf9278808284c922f8df58a1cc9165d6501 diff --git a/pv/mainwindow.hpp b/pv/mainwindow.hpp index e10d1817..493e3a55 100644 --- a/pv/mainwindow.hpp +++ b/pv/mainwindow.hpp @@ -115,8 +115,12 @@ 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);