summaryrefslogtreecommitdiffstats
path: root/src/declarative
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-09-28 07:27:30 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2011-09-28 07:27:40 (GMT)
commit2a1e6ef9d3f519d9109672b593dae07821e1c043 (patch)
tree37d93cfcd9ab24038972798870e038aa9b4e25a9 /src/declarative
parent7147a0c0df5278dad3594c0d01599bd9424d946e (diff)
downloadQt-2a1e6ef9d3f519d9109672b593dae07821e1c043.zip
Qt-2a1e6ef9d3f519d9109672b593dae07821e1c043.tar.gz
Qt-2a1e6ef9d3f519d9109672b593dae07821e1c043.tar.bz2
Fix assert
Diffstat (limited to 'src/declarative')
-rw-r--r--src/declarative/qml/qdeclarativenotifier_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativenotifier_p.h b/src/declarative/qml/qdeclarativenotifier_p.h
index dd0bee6..14a7f82 100644
--- a/src/declarative/qml/qdeclarativenotifier_p.h
+++ b/src/declarative/qml/qdeclarativenotifier_p.h
@@ -230,12 +230,12 @@ QDeclarativeNotifierEndpoint::Notifier *QDeclarativeNotifierEndpoint::toNotifier
s->~Signal();
}
+ type = NotifierType;
Notifier *n = asNotifier();
n->next = 0;
n->prev = 0;
n->disconnected = 0;
n->notifier = 0;
- type = NotifierType;
return n;
}