summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxanchors.h
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-05-27 00:30:44 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-05-27 00:30:44 (GMT)
commit861f0fcd140232e8fe94122d640ab69a7c116663 (patch)
tree6bd2201944cb178b2315718f5158a2f6b2c3b717 /src/declarative/fx/qfxanchors.h
parentd15db788de792815a35547059921d3305d48c119 (diff)
downloadQt-861f0fcd140232e8fe94122d640ab69a7c116663.zip
Qt-861f0fcd140232e8fe94122d640ab69a7c116663.tar.gz
Qt-861f0fcd140232e8fe94122d640ab69a7c116663.tar.bz2
Remove more unneeded semicolons.
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);