summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2010-03-18 03:52:14 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2010-03-21 23:11:25 (GMT)
commit535172df73b539bf6468a96773ac28457e307792 (patch)
tree7791db9390b78438147004a3bd647ddc4ff08ad0
parent0c1f1b8c8f5641609e1a07622127f4e0780c2247 (diff)
downloadQt-535172df73b539bf6468a96773ac28457e307792.zip
Qt-535172df73b539bf6468a96773ac28457e307792.tar.gz
Qt-535172df73b539bf6468a96773ac28457e307792.tar.bz2
Initialize variable.
-rw-r--r--src/declarative/util/qdeclarativestateoperations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qdeclarativestateoperations.cpp b/src/declarative/util/qdeclarativestateoperations.cpp
index 6f5bb66..0946e88 100644
--- a/src/declarative/util/qdeclarativestateoperations.cpp
+++ b/src/declarative/util/qdeclarativestateoperations.cpp
@@ -944,7 +944,7 @@ void QDeclarativeAnchorChanges::saveOriginals()
d->origBaseline = d->target->anchors()->baseline();
d->applyOrigLeft = d->applyOrigRight = d->applyOrigHCenter = d->applyOrigTop
- = d->applyOrigBottom = d->applyOrigHCenter = d->applyOrigBaseline = false;
+ = d->applyOrigBottom = d->applyOrigVCenter = d->applyOrigBaseline = false;
saveCurrentValues();
}