The availabilityError property was static based on the service, but it can change at run time, so add the plumbing to allow the backend to report it itself. Also make sure that both QML and C++ expose the availability. The radio tuner and data controls previously had properties (but no signals) for availability - these have been removed. Change-Id: I9240cf93e2a51b14cd38642f9312ae3c75f05361 Reviewed-by: Ling Hu <ling.hu@nokia.com>
9 lines
267 B
Plaintext
9 lines
267 B
Plaintext
INCLUDEPATH += $$PWD \
|
|
../../../src/multimedia \
|
|
|
|
HEADERS *= \
|
|
../qmultimedia_common/mockmediaserviceprovider.h \
|
|
../qmultimedia_common/mockmediaservice.h \
|
|
../qmultimedia_common/mockmediaobject.h \
|
|
../qmultimedia_common/mockavailabilitycontrol.h
|