summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audioequalizer.h
diff options
context:
space:
mode:
authorGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-01-11 15:50:19 (GMT)
committerGareth Stockwell <ext-gareth.stockwell@nokia.com>2010-01-11 15:50:19 (GMT)
commit1a7234e3a27b592565241e9044919f7842fc5f08 (patch)
treef1827dc67e43e1a6565709db100aaca37cd82150 /src/3rdparty/phonon/mmf/audioequalizer.h
parent894bb6e1742b75312feb7a18d043a67a3dba4cb9 (diff)
downloadQt-1a7234e3a27b592565241e9044919f7842fc5f08.zip
Qt-1a7234e3a27b592565241e9044919f7842fc5f08.tar.gz
Qt-1a7234e3a27b592565241e9044919f7842fc5f08.tar.bz2
Added a macro to reduce boilerplate code in Phonon MMF backend
Task-number: QTBUG-4659 Reviewed-by: Espen Riskedal
Diffstat (limited to 'src/3rdparty/phonon/mmf/audioequalizer.h')
-rw-r--r--src/3rdparty/phonon/mmf/audioequalizer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/3rdparty/phonon/mmf/audioequalizer.h b/src/3rdparty/phonon/mmf/audioequalizer.h
index 35592f4..9eda994 100644
--- a/src/3rdparty/phonon/mmf/audioequalizer.h
+++ b/src/3rdparty/phonon/mmf/audioequalizer.h
@@ -21,6 +21,8 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#include "abstractaudioeffect.h"
+class CAudioEqualizer;
+
QT_BEGIN_NAMESPACE
namespace Phonon
@@ -54,6 +56,7 @@ protected:
private:
void setBandLevel(int band, qreal externalLevel);
+ CAudioEqualizer *concreteEffect();
};
}