summaryrefslogtreecommitdiff
path: root/src/3rdparty/phonon/mmf/audioequalizer.cpp
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-09-10 12:57:07 +0100
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-09-10 12:57:07 +0100
commitf6495ee7a1427e377559e25616a35ba11f34e9c1 (patch)
tree808056d2630c8fc4ca12d5aaead5d185780552b6 /src/3rdparty/phonon/mmf/audioequalizer.cpp
parent264a6a562f7870a9fd1af065aef4e979808bd1d2 (diff)
downloadqt4-tools-f6495ee7a1427e377559e25616a35ba11f34e9c1.tar.gz
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.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/audioequalizer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/3rdparty/phonon/mmf/audioequalizer.cpp b/src/3rdparty/phonon/mmf/audioequalizer.cpp
index 013412de1c..78c6ff750c 100644
--- a/src/3rdparty/phonon/mmf/audioequalizer.cpp
+++ b/src/3rdparty/phonon/mmf/audioequalizer.cpp
@@ -16,8 +16,6 @@ along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <AudioEqualizerBase.h>
-
#include "audioequalizer.h"
QT_BEGIN_NAMESPACE