diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-27 04:05:26 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-27 04:05:26 (GMT) |
commit | 2af9bc37a5955e8e1da2c3ba03fa0be763e2ae5e (patch) | |
tree | 778e6e7341a4a6b159a3716e6255179d0a229db0 /src/declarative/qml/qmlcontext_p.h | |
parent | 1a862af842db0196313ab7819b607763fd0d87db (diff) | |
download | Qt-2af9bc37a5955e8e1da2c3ba03fa0be763e2ae5e.zip Qt-2af9bc37a5955e8e1da2c3ba03fa0be763e2ae5e.tar.gz Qt-2af9bc37a5955e8e1da2c3ba03fa0be763e2ae5e.tar.bz2 |
Simplify the defaultObjects handling
As the scope object is no longer added to the defaultObjects list
it makes sense that the root object remain constant at position 0
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index be7bf1d..6af5f64 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -104,12 +104,6 @@ public: void dump(); void dump(int depth); - enum Priority { - HighPriority, - NormalPriority - }; - void addDefaultObject(QObject *, Priority); - void invalidateEngines(); QSet<QmlContext *> childContexts; |