Rename availabilityError to availability.
It's perhaps clearer in the usual case. Change-Id: Id3cef82ac83f8c9b538b3315281664ce1c6a2b96 Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
bba28afe55
commit
b0809c027c
@@ -116,7 +116,7 @@ void tst_QVideoProbe::testNullService()
|
||||
player = new QMediaPlayer;
|
||||
|
||||
QVERIFY(!player->isAvailable());
|
||||
QCOMPARE(player->availabilityError(), QtMultimedia::ServiceMissingError);
|
||||
QCOMPARE(player->availability(), QtMultimedia::ServiceMissing);
|
||||
|
||||
QVideoProbe probe;
|
||||
QVERIFY(!probe.isActive());
|
||||
|
||||
Reference in New Issue
Block a user