summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompiler_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-05-26 05:13:43 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-05-26 05:13:43 (GMT)
commit4c1cdb0bf25847a8ebf42cf573faf5b2386000b9 (patch)
treeb496e5e8b8b01a009e7575dfee7734dcdd0d38fd /src/declarative/qml/qmlcompiler_p.h
parent478a339bc668611f6e31803e26c502a2aabe7bfe (diff)
downloadQt-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.h5
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;
};