summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2012-04-10 21:33:00 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-11 03:32:00 +0200
commite057fd9e8a68aa7ab5cbe3cfd8d6f9f787107dcd (patch)
treec2a30e599652a3195b77841ba241157e45701941 /examples
parent8484b0ff9c40fe70cdfc17bf74b0a5be93d674de (diff)
Move QAudioDecoder to public.
To get better feedback between alpha & beta. Change-Id: I3620825fb9c2bb9de69951cf1d583b191d62cb0d Reviewed-by: Jonas Rabbe <jonas.rabbe@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/audiodecoder/audiodecoder.h2
-rw-r--r--examples/examples.pro1
2 files changed, 2 insertions, 1 deletions
diff --git a/examples/audiodecoder/audiodecoder.h b/examples/audiodecoder/audiodecoder.h
index 63dd8233f..a9501910a 100644
--- a/examples/audiodecoder/audiodecoder.h
+++ b/examples/audiodecoder/audiodecoder.h
@@ -41,7 +41,7 @@
#ifndef AUDIODECODER_H
#define AUDIODECODER_H
-#include <private/qaudiodecoder_p.h>
+#include <qaudiodecoder.h>
#include "wavefilewriter.h"
#include <QSoundEffect>
#include <QTextStream>
diff --git a/examples/examples.pro b/examples/examples.pro
index 164200f58..60fc9c433 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -6,6 +6,7 @@ TEMPLATE = subdirs
radio \
camera \
spectrum \
+ audiodecoder \
audiorecorder \
audiodevices \
audioinput \