diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-04-27 05:56:06 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-04-27 05:56:06 (GMT) |
commit | 7e94543a9b013b6b1140137ba64406b74a363afc (patch) | |
tree | 565db03ed0c733d8b6472a8b8bdb7f2cdba3b17e /src/declarative/fx/qfxitem.h | |
parent | cd8542ca836b175377f3b3471725b86f8739e91a (diff) | |
download | Qt-7e94543a9b013b6b1140137ba64406b74a363afc.zip Qt-7e94543a9b013b6b1140137ba64406b74a363afc.tar.gz Qt-7e94543a9b013b6b1140137ba64406b74a363afc.tar.bz2 |
Remove QFxItem::itemContext() method.
Use qmlContext(object) instead. This makes everything consistent.
Diffstat (limited to 'src/declarative/fx/qfxitem.h')
-rw-r--r-- | src/declarative/fx/qfxitem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/fx/qfxitem.h b/src/declarative/fx/qfxitem.h index bfd493f..e2a2ebd 100644 --- a/src/declarative/fx/qfxitem.h +++ b/src/declarative/fx/qfxitem.h @@ -215,8 +215,6 @@ public: bool keepMouseGrab() const; void setKeepMouseGrab(bool); - QmlContext *itemContext() const; - public Q_SLOTS: void newChild(const QString &url); |