X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=25377024278ca8f7475a572c3d9867d7a64efdb8;hp=4fe483ef3abafda58104052dc9f6d3a581eb74ac;hb=ea50cdfc65698ca314c84fe0f18604509d52ff78;hpb=641574bcc118be0b6dc3a65039ab3497f9d7241a diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 4fe483e..2537702 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -94,7 +94,8 @@ MainWindow::~MainWindow() void MainWindow::show_session_error(const QString text, const QString info_text) { - qDebug().noquote() << "Notifying user of session error:" << info_text; + // TODO Emulate noquote() + qDebug() << "Notifying user of session error:" << info_text; QMessageBox msg; msg.setText(text);