From 60e7fc8eb418c5dbbbd2788c4e7987c475268e69 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 31 Oct 2008 19:31:08 +0000 Subject: [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 --- sigmodr/SoundUI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sigmodr/SoundUI.cpp') 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: -- cgit