diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-14 05:23:28 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-14 05:23:28 (GMT) |
commit | fe484163e79c416636f382f80a21e662e8704793 (patch) | |
tree | b5285055190cf2859abf47a746fcc564e1bf4624 /src/declarative/fx | |
parent | 2b534d6cdc19e8ebdbdc1e55339d9dc711d49cfe (diff) | |
download | Qt-fe484163e79c416636f382f80a21e662e8704793.zip Qt-fe484163e79c416636f382f80a21e662e8704793.tar.gz Qt-fe484163e79c416636f382f80a21e662e8704793.tar.bz2 |
Cleanup
Diffstat (limited to 'src/declarative/fx')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index 9df3c18..9095864 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -141,7 +141,7 @@ class Q_DECLARATIVE_EXPORT QFxItem : public QGraphicsObject, public QmlParserSta public: enum Option { NoOption = 0x00000000, - MouseFilter = 0x00000003, // ### GV + MouseFilter = 0x00000001, ChildMouseFilter = 0x00000002, HoverEvents = 0x00000004, MouseEvents = 0x00000008, |