Added QCamera::UnloadingStatus and StoppingStatus values.

These statuses are useful when the camera is stopped and/or unloaded
asynchronously. Previously the status was changed to
LoadedStatus or UnloadedStatus immediately,
even while camera was still active.

Change-Id: Id11021a150b0d34791ea631d7a62086cc0727220
Reviewed-by: Mithra Pattison <mithra.pattison@nokia.com>
Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
Dmytro Poplavskiy
2012-04-30 15:48:04 +10:00
committed by Qt by Nokia
parent 4be845d092
commit af932e8653
2 changed files with 10 additions and 0 deletions

View File

@@ -90,9 +90,11 @@ public:
UnavailableStatus,
UnloadedStatus,
LoadingStatus,
UnloadingStatus,
LoadedStatus,
StandbyStatus,
StartingStatus,
StoppingStatus,
ActiveStatus
};