summaryrefslogtreecommitdiff
path: root/src/imports/location/qdeclarativegeomappincharea_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/location/qdeclarativegeomappincharea_p.h')
-rw-r--r--src/imports/location/qdeclarativegeomappincharea_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/location/qdeclarativegeomappincharea_p.h b/src/imports/location/qdeclarativegeomappincharea_p.h
index 309e735c..8c3de3f3 100644
--- a/src/imports/location/qdeclarativegeomappincharea_p.h
+++ b/src/imports/location/qdeclarativegeomappincharea_p.h
@@ -82,7 +82,7 @@ public:
RotationGesture = 0x0002,
TiltGesture = 0x0004
};
- Q_DECLARE_FLAGS(ActiveGestures, ActiveGesture);
+ Q_DECLARE_FLAGS(ActiveGestures, ActiveGesture)
ActiveGestures activeGestures()
{
QDeclarativeGeoMapGestureArea::ActiveGestures gestures = gestureArea_->activeGestures();