Added missing QDeclarativeCamera::CaptureViewfinder enum value
Change-Id: I75844e3a943a76649d1b51f0c845a4bf8b200a8e Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
9fb8bdd509
commit
f965f683d0
@@ -267,6 +267,9 @@ QDeclarativeCamera::Availability QDeclarativeCamera::availability() const
|
|||||||
|
|
||||||
\table
|
\table
|
||||||
\header \li Value \li Description
|
\header \li Value \li Description
|
||||||
|
\row \li CaptureViewfinder
|
||||||
|
\li Camera is only configured to display viewfinder.
|
||||||
|
|
||||||
\row \li CaptureStillImage
|
\row \li CaptureStillImage
|
||||||
\li Prepares the Camera for capturing still images.
|
\li Prepares the Camera for capturing still images.
|
||||||
|
|
||||||
|
|||||||
@@ -118,6 +118,7 @@ class QDeclarativeCamera : public QObject, public QQmlParserStatus
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
enum CaptureMode {
|
enum CaptureMode {
|
||||||
|
CaptureViewfinder = QCamera::CaptureViewfinder,
|
||||||
CaptureStillImage = QCamera::CaptureStillImage,
|
CaptureStillImage = QCamera::CaptureStillImage,
|
||||||
CaptureVideo = QCamera::CaptureVideo
|
CaptureVideo = QCamera::CaptureVideo
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user