X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;h=25377024278ca8f7475a572c3d9867d7a64efdb8;hp=4fe483ef3abafda58104052dc9f6d3a581eb74ac;hb=e4e5a958507a2c4e2643f21e3c735021da97e577;hpb=641574bcc118be0b6dc3a65039ab3497f9d7241a diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 4fe483ef..25377024 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);