diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-03 05:43:56 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-03 05:43:56 (GMT) |
commit | 36420993cb7572fa630ac88cdd6afefa2ab1c660 (patch) | |
tree | c70a11a4898cb7f9d640af58ef43c31ff212414d /src/declarative/qml/qmlcontext_p.h | |
parent | ea926d74dff5ce9fe2cfff1c27581a24e0976fd2 (diff) | |
download | Qt-36420993cb7572fa630ac88cdd6afefa2ab1c660.zip Qt-36420993cb7572fa630ac88cdd6afefa2ab1c660.tar.gz Qt-36420993cb7572fa630ac88cdd6afefa2ab1c660.tar.bz2 |
More QmlContext tests
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index cc8fcc6..7f9be0f 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -101,9 +101,6 @@ public: void init(); - void dump(); - void dump(int depth); - void invalidateEngines(); void refreshExpressions(); QSet<QmlContext *> childContexts; |