diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-06 01:22:52 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-06 01:22:52 (GMT) |
commit | 2ae61bfcbb3f93904ecc3c1241a1743c44f0f555 (patch) | |
tree | 8c0afefdfcd41ef13148266f89efb7a8d1b65b98 /src/declarative/qml/qmlvme_p.h | |
parent | 547223a4f31067ed34acabd9a2d8a0b7645fd3f8 (diff) | |
download | Qt-2ae61bfcbb3f93904ecc3c1241a1743c44f0f555.zip Qt-2ae61bfcbb3f93904ecc3c1241a1743c44f0f555.tar.gz Qt-2ae61bfcbb3f93904ecc3c1241a1743c44f0f555.tar.bz2 |
Improve error handling
If a sub-component causes an error during creation we propagate those errors to the instantiating component.
Diffstat (limited to 'src/declarative/qml/qmlvme_p.h')
-rw-r--r-- | src/declarative/qml/qmlvme_p.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlvme_p.h b/src/declarative/qml/qmlvme_p.h index 86cd040..f7e13d6 100644 --- a/src/declarative/qml/qmlvme_p.h +++ b/src/declarative/qml/qmlvme_p.h @@ -68,8 +68,6 @@ private: QmlInstruction &, QmlCompiledData *); QList<QmlError> vmeErrors; - qint64 exceptionLine; - QString exceptionDescription; }; QT_END_NAMESPACE |