summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-01-22 05:37:39 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-01-22 08:01:48 (GMT)
commit3a75eeb5da34fbb50173c3f610c08d160c21f4e3 (patch)
treeab854f509d3a3720b74d2ef9d5e7803881078673 /src/declarative/qml/qmlengine_p.h
parent0fe084df052b8ac66918d0b2732b65f5569881c0 (diff)
downloadQt-3a75eeb5da34fbb50173c3f610c08d160c21f4e3.zip
Qt-3a75eeb5da34fbb50173c3f610c08d160c21f4e3.tar.gz
Qt-3a75eeb5da34fbb50173c3f610c08d160c21f4e3.tar.bz2
Harden QML binding optimizer
Diffstat (limited to 'src/declarative/qml/qmlengine_p.h')
-rw-r--r--src/declarative/qml/qmlengine_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlengine_p.h b/src/declarative/qml/qmlengine_p.h
index 13c1afb..85e8c80 100644
--- a/src/declarative/qml/qmlengine_p.h
+++ b/src/declarative/qml/qmlengine_p.h
@@ -99,7 +99,7 @@ class QmlTypeNameCache;
class QmlComponentAttached;
class QmlListScriptClass;
class QmlCleanup;
-class QmlBindingData;
+class QmlDelayedError;
class QmlWorkerScriptEngine;
class QmlGlobalScriptClass;
@@ -167,7 +167,7 @@ public:
QmlCleanup *cleanup;
// Bindings that have had errors during startup
- QmlBindingData *erroredBindings;
+ QmlDelayedError *erroredBindings;
int inProgressCreations;
QmlScriptEngine scriptEngine;