summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/audiorecorder/audiorecorder.cpp
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@jollamobile.com>2014-05-12 11:52:56 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-12 12:28:44 +0200
commit7e41e842f8c6dccedd124fb0609be1a57c7c095a (patch)
tree614145530876a683e2033d5bdace5d08503103b8 /examples/multimedia/audiorecorder/audiorecorder.cpp
parent00c072bf0eb25104086eb43e860e038af5f5d340 (diff)
Remove some Q_WS_MAEMO_6 instances from examples.
Some of this stuff no longer worked (setGraphicsSystem..) and generally speaking it just doesn't make much sense: widgets on Harmattan were never really a supported platform. Change-Id: Ia853c6b3297075f32e51d68a05121f700509632d Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'examples/multimedia/audiorecorder/audiorecorder.cpp')
-rw-r--r--examples/multimedia/audiorecorder/audiorecorder.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/multimedia/audiorecorder/audiorecorder.cpp b/examples/multimedia/audiorecorder/audiorecorder.cpp
index c77396b0f..2291fed52 100644
--- a/examples/multimedia/audiorecorder/audiorecorder.cpp
+++ b/examples/multimedia/audiorecorder/audiorecorder.cpp
@@ -47,11 +47,7 @@
#include "audiorecorder.h"
#include "qaudiolevel.h"
-#if defined(Q_WS_MAEMO_6)
-#include "ui_audiorecorder_small.h"
-#else
#include "ui_audiorecorder.h"
-#endif
static qreal getPeakValue(const QAudioFormat &format);
static QVector<qreal> getBufferLevels(const QAudioBuffer &buffer);