aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-04-09 11:06:51 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-04-09 11:07:54 +0200
commit2b2af66d5d18461b63dfd9c41a791ba182792695 (patch)
tree3179ea827bd7931b75684c861dc7f00684d33086
parent9d62318f5dd73d0c718d163d9e1d1440bec9f626 (diff)
Fix compilation (release build)
-rw-r--r--src/plugins/qmldesigner/core/instances/objectnodeinstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmldesigner/core/instances/objectnodeinstance.cpp b/src/plugins/qmldesigner/core/instances/objectnodeinstance.cpp
index 9a1e8f4fc7..cc5fc5e9c7 100644
--- a/src/plugins/qmldesigner/core/instances/objectnodeinstance.cpp
+++ b/src/plugins/qmldesigner/core/instances/objectnodeinstance.cpp
@@ -391,7 +391,7 @@ void ObjectNodeInstance::addToNewProperty(QObject *object, QObject *newParent, c
QDeclarativeListReference list = qvariant_cast<QDeclarativeListReference>(metaProperty.read());
#ifndef QT_DEBUG
- if (!hasFullImplementedListInterface(listReference))
+ if (!hasFullImplementedListInterface(list))
return;
#endif