summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudiodecoder.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-01-21 13:55:39 +0100
committerLars Knoll <lars.knoll@qt.io>2021-01-29 08:50:03 +0000
commit4b720199c379b90b160a7b9632388ebbc44e55c3 (patch)
tree3e9d098edd85881c82ffdffc6cbe940131372a56 /src/multimedia/audio/qaudiodecoder.h
parent8b749d4fc21a3a94afb58e86f384221e4ccaee66 (diff)
Move QAudioDecoder over to use the new platform infrastructure
And remove the hasSupport() method for now as with QMediaPlayer and QMediaRecorder. Also adjust the auto test to use the new mock infrastructure. Change-Id: I84a8587f273525d1ee1ed26ded6822bb92448e01 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/audio/qaudiodecoder.h')
-rw-r--r--src/multimedia/audio/qaudiodecoder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/multimedia/audio/qaudiodecoder.h b/src/multimedia/audio/qaudiodecoder.h
index 0045f92b7..670af4027 100644
--- a/src/multimedia/audio/qaudiodecoder.h
+++ b/src/multimedia/audio/qaudiodecoder.h
@@ -78,8 +78,6 @@ public:
explicit QAudioDecoder(QObject *parent = nullptr);
~QAudioDecoder();
- static QMultimedia::SupportEstimate hasSupport(const QString &mimeType, const QStringList& codecs = QStringList());
-
State state() const;
QString sourceFilename() const;