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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxanchors.h b/src/declarative/fx/qfxanchors.h
index 0e44223..206a05c 100644
--- a/src/declarative/fx/qfxanchors.h
+++ b/src/declarative/fx/qfxanchors.h
@@ -58,11 +58,12 @@ class QFxAnchorsPrivate;
class QFxAnchorLine
{
public:
- QFxAnchorLine() : item(0), anchorLine(Left)
+ QFxAnchorLine() : item(0), anchorLine(Invalid)
{
}
enum AnchorLine {
+ Invalid = 0x0,
Left = 0x01,
Right = 0x02,
Top = 0x04,