diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 05:13:43 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-05-26 05:13:43 (GMT) |
commit | 4c1cdb0bf25847a8ebf42cf573faf5b2386000b9 (patch) | |
tree | b496e5e8b8b01a009e7575dfee7734dcdd0d38fd /src/declarative/qml/qmlcompiler_p.h | |
parent | 478a339bc668611f6e31803e26c502a2aabe7bfe (diff) | |
download | Qt-4c1cdb0bf25847a8ebf42cf573faf5b2386000b9.zip Qt-4c1cdb0bf25847a8ebf42cf573faf5b2386000b9.tar.gz Qt-4c1cdb0bf25847a8ebf42cf573faf5b2386000b9.tar.bz2 |
Ensure tests pass
Diffstat (limited to 'src/declarative/qml/qmlcompiler_p.h')
-rw-r--r-- | src/declarative/qml/qmlcompiler_p.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcompiler_p.h b/src/declarative/qml/qmlcompiler_p.h index bc04cfa..5ada98a 100644 --- a/src/declarative/qml/qmlcompiler_p.h +++ b/src/declarative/qml/qmlcompiler_p.h @@ -170,9 +170,8 @@ private: int optimizeExpressions(int start, int end, int patch = -1); QSet<QString> ids; - qint64 exceptionLine; - qint64 exceptionColumn; - QString exceptionDescription; + + QList<QmlError> exceptions; QmlCompiledData *output; }; |