summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/audioequalizer.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-09-10 11:57:07 (GMT)
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-09-10 11:57:07 (GMT)
commitf6495ee7a1427e377559e25616a35ba11f34e9c1 (patch)
tree808056d2630c8fc4ca12d5aaead5d185780552b6 /src/3rdparty/phonon/mmf/audioequalizer.h
parent264a6a562f7870a9fd1af065aef4e979808bd1d2 (diff)
downloadQt-f6495ee7a1427e377559e25616a35ba11f34e9c1.zip
Qt-f6495ee7a1427e377559e25616a35ba11f34e9c1.tar.gz
Qt-f6495ee7a1427e377559e25616a35ba11f34e9c1.tar.bz2
Fixed problems with compiling for ARMV5
- Forward declaration of QScopedPointer containee type was causing an error - Audio effect libraries were declared in the .pro file as e.g. -lBassBoostEffect.lib, causing toolchain to try to link statically - Added several missing MMF:: namespace qualifiers
Diffstat (limited to 'src/3rdparty/phonon/mmf/audioequalizer.h')
-rw-r--r--src/3rdparty/phonon/mmf/audioequalizer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/audioequalizer.h b/src/3rdparty/phonon/mmf/audioequalizer.h
index d072bf1..6415411 100644
--- a/src/3rdparty/phonon/mmf/audioequalizer.h
+++ b/src/3rdparty/phonon/mmf/audioequalizer.h
@@ -19,10 +19,9 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
#ifndef PHONON_MMF_AUDIOEQUALIZER_H
#define PHONON_MMF_AUDIOEQUALIZER_H
+#include <AudioEqualizerBase.h>
#include "abstractaudioeffect.h"
-class CAudioEqualizer;
-
QT_BEGIN_NAMESPACE
namespace Phonon