summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-07 08:20:40 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-07 08:20:40 (GMT)
commit12f272ce159853329a26fc82dfb55b930a97a2a9 (patch)
tree3de7dba81c6a954c2b219f9d8c2b850b0be7cea6 /src/declarative/qml
parent5bc98da76b7d6ab4d175ac75e539d7f887c2c080 (diff)
downloadQt-12f272ce159853329a26fc82dfb55b930a97a2a9.zip
Qt-12f272ce159853329a26fc82dfb55b930a97a2a9.tar.gz
Qt-12f272ce159853329a26fc82dfb55b930a97a2a9.tar.bz2
Remove bogus assert
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlobjectscriptclass.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlobjectscriptclass.cpp b/src/declarative/qml/qmlobjectscriptclass.cpp
index ce74aef..9448dcc 100644
--- a/src/declarative/qml/qmlobjectscriptclass.cpp
+++ b/src/declarative/qml/qmlobjectscriptclass.cpp
@@ -186,7 +186,6 @@ QScriptValue QmlObjectScriptClass::property(QObject *obj, const Identifier &name
else if (name == m_toStringId.identifier)
return m_toString;
- Q_ASSERT(lastData);
Q_ASSERT(obj);
QScriptEngine *scriptEngine = QmlEnginePrivate::getScriptEngine(engine);