aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativeincubator_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-09-30 14:29:05 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-05 10:41:32 +0200
commit435902aa542e09d5701a7e76c967e0b7f5107fb4 (patch)
tree4645ab8771314e524fff90a96b55ede245fc0689 /src/declarative/qml/qdeclarativeincubator_p.h
parentfc82364404a232607ff11ea1c4cda99abc722e85 (diff)
Declarative: Compile on Windows.
Initial-patch-by: Kent Hansen <kent.hansen@nokia.com> Change-Id: Ieb7ff0537b641597fd0334ae1cb359f89c45ad50 Reviewed-on: http://codereview.qt-project.org/5871 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'src/declarative/qml/qdeclarativeincubator_p.h')
-rw-r--r--src/declarative/qml/qdeclarativeincubator_p.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/declarative/qml/qdeclarativeincubator_p.h b/src/declarative/qml/qdeclarativeincubator_p.h
index e736aabd5c..e71602acfc 100644
--- a/src/declarative/qml/qdeclarativeincubator_p.h
+++ b/src/declarative/qml/qdeclarativeincubator_p.h
@@ -81,10 +81,9 @@ public:
QDeclarativeVME vme;
QDeclarativeVMEGuard vmeGuard;
- typedef QDeclarativeIncubatorPrivate QIP;
- QIP *waitingOnMe;
- QIntrusiveListNode nextWaitingFor;
- QIntrusiveList<QIP, &QIP::nextWaitingFor> waitingFor;
+ QDeclarativeIncubatorPrivate *waitingOnMe;
+ typedef QDeclarativeEnginePrivate::Incubator QIPBase;
+ QIntrusiveList<QIPBase, &QIPBase::nextWaitingFor> waitingFor;
void clear();