diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-05 03:40:16 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-05 03:40:16 (GMT) |
commit | 186a38c683cbec6a2a141245d5e428d85c073b8f (patch) | |
tree | 1bd2f2d52a832c342a4ed6dcf1a878cef95b8958 /src/declarative/qml/qmlcontext_p.h | |
parent | 56d5cac2f2bbee9e4e1ee6ac6ac9670926bb329f (diff) | |
download | Qt-186a38c683cbec6a2a141245d5e428d85c073b8f.zip Qt-186a38c683cbec6a2a141245d5e428d85c073b8f.tar.gz Qt-186a38c683cbec6a2a141245d5e428d85c073b8f.tar.bz2 |
Mark function contexts as temporary
QTBUG-5690
Diffstat (limited to 'src/declarative/qml/qmlcontext_p.h')
-rw-r--r-- | src/declarative/qml/qmlcontext_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlcontext_p.h b/src/declarative/qml/qmlcontext_p.h index bc8c357..cb89474 100644 --- a/src/declarative/qml/qmlcontext_p.h +++ b/src/declarative/qml/qmlcontext_p.h @@ -86,7 +86,9 @@ public: QmlContext *parent; QmlEngine *engine; + bool isInternal; + bool isTemporary; QmlIntegerCache *propertyNames; QList<QVariant> propertyValues; |