X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=19caab32e2d8d63265758eee8b0bc0b28d2168ed;hb=d13d95b3eaee713cc4eabbc0682ca545b4c31800;hp=e88d382e87c4d6b84cc594ab36469001b305e099;hpb=bcb4c327ee9b8d2172d126429ba017884d079d4c;p=pulseview.git diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index e88d382..19caab3 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -30,6 +30,7 @@ #include #include #include +#include #include #include #include @@ -562,6 +563,8 @@ bool MainWindow::restoreState(const QByteArray &state, int version) void MainWindow::session_error(const QString text, const QString info_text) { + qDebug().noquote() << "Notifying user of session error:" << info_text; + QMetaObject::invokeMethod(this, "show_session_error", Qt::QueuedConnection, Q_ARG(QString, text), Q_ARG(QString, info_text));