summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/qvideoprobe/tst_qvideoprobe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/unit/qvideoprobe/tst_qvideoprobe.cpp')
-rw-r--r--tests/auto/unit/qvideoprobe/tst_qvideoprobe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/unit/qvideoprobe/tst_qvideoprobe.cpp b/tests/auto/unit/qvideoprobe/tst_qvideoprobe.cpp
index eade10d11..5d83456d9 100644
--- a/tests/auto/unit/qvideoprobe/tst_qvideoprobe.cpp
+++ b/tests/auto/unit/qvideoprobe/tst_qvideoprobe.cpp
@@ -116,7 +116,7 @@ void tst_QVideoProbe::testNullService()
player = new QMediaPlayer;
QVERIFY(!player->isAvailable());
- QCOMPARE(player->availability(), QtMultimedia::ServiceMissing);
+ QCOMPARE(player->availability(), QMultimedia::ServiceMissing);
QVideoProbe probe;
QVERIFY(!probe.isActive());