Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 2040:d5296c91a0ff zoom
Merge from default branch
author | Chris Cannam |
---|---|
date | Fri, 12 Oct 2018 11:14:16 +0100 |
parents | c669b40a8d56 262c656ec78f |
children | 8529a60df1b4 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Mon Oct 01 15:49:32 2018 +0100 +++ b/main/MainWindow.cpp Fri Oct 12 11:14:16 2018 +0100 @@ -3580,16 +3580,16 @@ void MainWindow::closeEvent(QCloseEvent *e) { -// cerr << "MainWindow::closeEvent" << endl; + SVDEBUG << "MainWindow::closeEvent" << endl; if (m_openingAudioFile) { -// cerr << "Busy - ignoring close event" << endl; + SVCERR << "Busy - ignoring close event" << endl; e->ignore(); return; } if (!m_abandoning && !checkSaveModified()) { -// cerr << "Close refused by user - ignoring close event" << endl; + SVCERR << "Close refused by user - ignoring close event" << endl; e->ignore(); return; }