diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-07-17 00:21:27 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-07-17 00:21:27 (GMT) |
commit | 5344f4cb267e35cd112aea6f445f1046a5ac0a9c (patch) | |
tree | 467201fc2721c923fce1ce61353b5b76edd5bde6 /examples/phonon | |
parent | 05e3dc0d340934c681501e8d47b787ff4e68d32c (diff) | |
download | Qt-5344f4cb267e35cd112aea6f445f1046a5ac0a9c.zip Qt-5344f4cb267e35cd112aea6f445f1046a5ac0a9c.tar.gz Qt-5344f4cb267e35cd112aea6f445f1046a5ac0a9c.tar.bz2 |
unwarn
Diffstat (limited to 'examples/phonon')
-rw-r--r-- | examples/phonon/musicplayer/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phonon/musicplayer/mainwindow.cpp b/examples/phonon/musicplayer/mainwindow.cpp index af2b637..7ec86ecf 100644 --- a/examples/phonon/musicplayer/mainwindow.cpp +++ b/examples/phonon/musicplayer/mainwindow.cpp @@ -181,7 +181,7 @@ void MainWindow::metaStateChanged(Phonon::State newState, Phonon::State /* oldSt QMessageBox::warning(this, tr("Error opening files"), metaInformationResolver->errorString()); while (!sources.isEmpty() && - !(sources.takeLast() == metaInformationResolver->currentSource())); + !(sources.takeLast() == metaInformationResolver->currentSource())) /* loop */; return; } |