diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-10-31 19:31:08 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-10-31 19:31:08 +0000 |
| commit | 60e7fc8eb418c5dbbbd2788c4e7987c475268e69 (patch) | |
| tree | 2f88c9bb313f5254a213079f41fefa913b2d8a4c /sigmodr/SoundUI.cpp | |
| parent | 518d85ab591723da2c5a1a0e01a04dcf0e75c5c4 (diff) | |
| download | sigen-60e7fc8eb418c5dbbbd2788c4e7987c475268e69.tar.gz sigen-60e7fc8eb418c5dbbbd2788c4e7987c475268e69.tar.xz sigen-60e7fc8eb418c5dbbbd2788c4e7987c475268e69.zip | |
[FIX] Using Q_UNUSED instead of commenting out parameter names
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@287 6ecfd1a5-f3ed-3746-8530-beee90d26b22
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: |
