summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qaudiodecoder
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 /tests/auto/unit/qaudiodecoder
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 'tests/auto/unit/qaudiodecoder')
-rw-r--r--tests/auto/unit/qaudiodecoder/tst_qaudiodecoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/unit/qaudiodecoder/tst_qaudiodecoder.cpp b/tests/auto/unit/qaudiodecoder/tst_qaudiodecoder.cpp
index edc250199..43c51e35c 100644
--- a/tests/auto/unit/qaudiodecoder/tst_qaudiodecoder.cpp
+++ b/tests/auto/unit/qaudiodecoder/tst_qaudiodecoder.cpp
@@ -43,7 +43,7 @@
#include <QtCore/QString>
#include <QtTest/QtTest>
-#include "qaudiodecoder_p.h"
+#include "qaudiodecoder.h"
#include "mockaudiodecoderservice.h"
#include "mockmediaserviceprovider.h"