diff options
Diffstat (limited to 'pacman-c++/audio.cpp')
| -rw-r--r-- | pacman-c++/audio.cpp | 2 |
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 | |||
| 260 | void AudioPlayer::testFinished() | 260 | void 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 | ||
