summaryrefslogtreecommitdiff
path: root/tests/auto/integration/qaudiodecoderbackend/tst_qaudiodecoderbackend.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-02-13 15:57:06 +0100
committerLars Knoll <lars.knoll@qt.io>2021-03-02 14:49:36 +0000
commit590655b86913187e7867836f6aca95f5674c72cd (patch)
tree61df64e5671a763041e49316af5b6f7e102443ea /tests/auto/integration/qaudiodecoderbackend/tst_qaudiodecoderbackend.cpp
parent2e4ff7abc97d1376b9ec25eee0e842724c3a7a15 (diff)
downloadqtmultimedia-590655b86913187e7867836f6aca95f5674c72cd.tar.gz
Remove manual metatype declarations and registrations
Those aren't needed in Qt 6 anymore. Change-Id: I1d19a0dd9c42cfa3fe6d88a56accbe3af2efdf47 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/integration/qaudiodecoderbackend/tst_qaudiodecoderbackend.cpp')
-rw-r--r--tests/auto/integration/qaudiodecoderbackend/tst_qaudiodecoderbackend.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/integration/qaudiodecoderbackend/tst_qaudiodecoderbackend.cpp b/tests/auto/integration/qaudiodecoderbackend/tst_qaudiodecoderbackend.cpp
index f5f2069e6..05cf4d037 100644
--- a/tests/auto/integration/qaudiodecoderbackend/tst_qaudiodecoderbackend.cpp
+++ b/tests/auto/integration/qaudiodecoderbackend/tst_qaudiodecoderbackend.cpp
@@ -72,8 +72,6 @@ void tst_QAudioDecoderBackend::initTestCase()
QAudioDecoder d;
if (!d.isAvailable())
QSKIP("Audio decoder service is not available");
-
- qRegisterMetaType<QUrl>();
}
void tst_QAudioDecoderBackend::cleanup()