Added missing QDeclarativeCamera::CaptureViewfinder enum value

Change-Id: I75844e3a943a76649d1b51f0c845a4bf8b200a8e
Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
Dmytro Poplavskiy
2012-05-18 11:53:45 +10:00
committed by Qt by Nokia
parent 9fb8bdd509
commit f965f683d0
2 changed files with 4 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ class QDeclarativeCamera : public QObject, public QQmlParserStatus
public:
enum CaptureMode {
CaptureViewfinder = QCamera::CaptureViewfinder,
CaptureStillImage = QCamera::CaptureStillImage,
CaptureVideo = QCamera::CaptureVideo
};