diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-08-31 03:02:02 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-08-31 03:02:02 (GMT) |
commit | 25dffe6b5367518486edf8a91d5674be4852c50e (patch) | |
tree | 85d75144b88844b0212cf45cee9f3790288e75dc /src/declarative/util/qmlstateoperations.h | |
parent | cb9ce64d9a233f6c53b5961cfe637ccc2ac6fa69 (diff) | |
download | Qt-25dffe6b5367518486edf8a91d5674be4852c50e.zip Qt-25dffe6b5367518486edf8a91d5674be4852c50e.tar.gz Qt-25dffe6b5367518486edf8a91d5674be4852c50e.tar.bz2 |
More robust AnchorChanges.
Still not completely reliable -- doesn't handle cancellations well, and
checking if one Anchor change overrides another isn't reliable.
Diffstat (limited to 'src/declarative/util/qmlstateoperations.h')
-rw-r--r-- | src/declarative/util/qmlstateoperations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/util/qmlstateoperations.h b/src/declarative/util/qmlstateoperations.h index 3018b44..afe0bd5 100644 --- a/src/declarative/util/qmlstateoperations.h +++ b/src/declarative/util/qmlstateoperations.h @@ -144,6 +144,7 @@ public: virtual bool isReversable(); virtual void reverse(); virtual QString typeName() const; + virtual bool override(ActionEvent*other); virtual QList<Action> extraActions(); virtual bool changesBindings(); virtual void clearForwardBindings(); |