summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanchors.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/fx/qfxanchors.h')
-rw-r--r--src/declarative/fx/qfxanchors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxanchors.h b/src/declarative/fx/qfxanchors.h
index b3f2d3f..0e44223 100644
--- a/src/declarative/fx/qfxanchors.h
+++ b/src/declarative/fx/qfxanchors.h
@@ -116,7 +116,7 @@ public:
Horizontal_Mask = HasLeftAnchor | HasRightAnchor | HasHCenterAnchor,
Vertical_Mask = HasTopAnchor | HasBottomAnchor | HasVCenterAnchor | HasBaselineAnchor
};
- Q_DECLARE_FLAGS(UsedAnchors, UsedAnchor);
+ Q_DECLARE_FLAGS(UsedAnchors, UsedAnchor)
QFxAnchorLine left() const;
void setLeft(const QFxAnchorLine &edge);