diff options
Diffstat (limited to 'sigmodr/SoundUI.cpp')
| -rw-r--r-- | sigmodr/SoundUI.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sigmodr/SoundUI.cpp b/sigmodr/SoundUI.cpp index 43d9b777..eac2a4e7 100644 --- a/sigmodr/SoundUI.cpp +++ b/sigmodr/SoundUI.cpp @@ -110,8 +110,9 @@ void Sigmodr::SoundUI::on_buttonBrowse_clicked() } } -void Sigmodr::SoundUI::stateChanged(Phonon::State newState, Phonon::State /*oldState*/) +void Sigmodr::SoundUI::stateChanged(Phonon::State newState, Phonon::State oldState) { + Q_UNUSED(oldState) switch (newState) { case Phonon::ErrorState: |
