diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-16 05:28:48 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-07-16 05:28:48 (GMT) |
commit | a5e11573712fcf1c95696bed4ce4bfd04bc17e01 (patch) | |
tree | 9cb882a1404fb5bf44264e350c78285a959d9113 /src/declarative/qml/qmlcontext.h | |
parent | d03ef52960576837f4454da0b3bf196d92ee558c (diff) | |
download | Qt-a5e11573712fcf1c95696bed4ce4bfd04bc17e01.zip Qt-a5e11573712fcf1c95696bed4ce4bfd04bc17e01.tar.gz Qt-a5e11573712fcf1c95696bed4ce4bfd04bc17e01.tar.bz2 |
Remove unnecessary global context management stuff
Diffstat (limited to 'src/declarative/qml/qmlcontext.h')
-rw-r--r-- | src/declarative/qml/qmlcontext.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/declarative/qml/qmlcontext.h b/src/declarative/qml/qmlcontext.h index 77f6634..877ff0f 100644 --- a/src/declarative/qml/qmlcontext.h +++ b/src/declarative/qml/qmlcontext.h @@ -73,11 +73,6 @@ public: void setContextProperty(const QString &, QObject *); void setContextProperty(const QString &, const QVariant &); - void activate(); - void deactivate(); - - static QmlContext *activeContext(); - QUrl resolvedUrl(const QUrl &); void setBaseUrl(const QUrl &); |