X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fmainwindow.cpp;fp=pv%2Fmainwindow.cpp;h=25377024278ca8f7475a572c3d9867d7a64efdb8;hp=4fe483ef3abafda58104052dc9f6d3a581eb74ac;hb=fe060a4874fc72655cced0596ef610a13f5b0413;hpb=f228f00ed2c11ce4c9c36e0b758132a075e251da 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);