]> sigrok.org Git - pulseview.git/blobdiff - pv/mainwindow.cpp
Don't use qDebug().noquote() for now (bug #1169)
[pulseview.git] / pv / mainwindow.cpp
index 4fe483ef3abafda58104052dc9f6d3a581eb74ac..25377024278ca8f7475a572c3d9867d7a64efdb8 100644 (file)
@@ -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);