diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-30 01:18:06 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-30 01:18:06 (GMT) |
commit | 74464120794c2f41c5c6d8d9b34b4de2d1c3635c (patch) | |
tree | 76949ceff41c07d976b32e8c4b1cbf0561c73461 /src/declarative/fx/qfxitem.h | |
parent | f38b9107f95fc71ae53d43678dd1163719f64631 (diff) | |
download | Qt-74464120794c2f41c5c6d8d9b34b4de2d1c3635c.zip Qt-74464120794c2f41c5c6d8d9b34b4de2d1c3635c.tar.gz Qt-74464120794c2f41c5c6d8d9b34b4de2d1c3635c.tar.bz2 |
More QFxItem cleanup.
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index 0ce2a11..221f057 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -156,12 +156,7 @@ public: enum Option { NoOption = 0x00000000, MouseFilter = 0x00000001, ChildMouseFilter = 0x00000002, - HoverEvents = 0x00000004, - MouseEvents = 0x00000008, - HasContents = 0x00000010, - SimpleItem = 0x00000020, - IsFocusRealm = 0x00000080, - AcceptsInputMethods = 0x00000100 }; + IsFocusRealm = 0x00000080 }; Q_DECLARE_FLAGS(Options, Option) enum TransformOrigin { @@ -234,9 +229,6 @@ public: QVariant inputMethodQuery(Qt::InputMethodQuery query) const; //### for KeyProxy -public Q_SLOTS: - void newChild(const QString &url); - Q_SIGNALS: void xChanged(); void yChanged(); |