summaryrefslogtreecommitdiffstats
path: root/pacman-c++/audio.cpp
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-05-02 17:12:11 +0200
committermanuel <manuel@mausz.at>2011-05-02 17:12:11 +0200
commit8b13a88127a70da7a4e307df828d65811ae5d0f1 (patch)
treed54fca9a1508f1e3a18b4062475663b34e92aabd /pacman-c++/audio.cpp
parentce20694e0db010b5d65bdd2ee81a410efbf99e3d (diff)
downloadfoop-8b13a88127a70da7a4e307df828d65811ae5d0f1.tar.gz
foop-8b13a88127a70da7a4e307df828d65811ae5d0f1.tar.bz2
foop-8b13a88127a70da7a4e307df828d65811ae5d0f1.zip
smaller output
Diffstat (limited to 'pacman-c++/audio.cpp')
-rw-r--r--pacman-c++/audio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/audio.cpp b/pacman-c++/audio.cpp
index 5fb4416..70cd37e 100644
--- a/pacman-c++/audio.cpp
+++ b/pacman-c++/audio.cpp
@@ -260,7 +260,7 @@ void AudioPlayer::stateChanged_ex(Phonon::State newstate, Phonon::State /* oldst
260void AudioPlayer::testFinished() 260void AudioPlayer::testFinished()
261{ 261{
262 if (!m_working) 262 if (!m_working)
263 qDebug() << "There's no sound for you :("; 263 qWarning() << "There's no sound for you :(";
264 disconnect(this, SIGNAL(stateChanged(Phonon::State, Phonon::State)), this, SLOT(stateChanged_ex(Phonon::State, Phonon::State))); 264 disconnect(this, SIGNAL(stateChanged(Phonon::State, Phonon::State)), this, SLOT(stateChanged_ex(Phonon::State, Phonon::State)));
265} 265}
266 266