summaryrefslogtreecommitdiffstats
path: root/examples/phonon
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-06-30 14:14:14 +0200
committeraxis <qt-info@nokia.com>2009-06-30 14:14:14 +0200
commit494902e71479c5410cb77e62ef7152125f39dc67 (patch)
tree75708c46a89522be0d90f576dfd3ebc4e59377dc /examples/phonon
parent44b6bc1e3391b874ceb1703e2965851c542568db (diff)
Removed warnings because of extra semicolons.
Diffstat (limited to 'examples/phonon')
-rw-r--r--examples/phonon/musicplayer/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phonon/musicplayer/mainwindow.cpp b/examples/phonon/musicplayer/mainwindow.cpp
index f50a2bddc4..66c71f8c9a 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())) {}
return;
}