summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-16 04:44:50 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-16 04:44:50 (GMT)
commit25419577354f0a6af77e49acd860a84fc4aa26ae (patch)
tree3defac6e46452fdbdff668a9a890ec0470c05b13 /tests/auto/declarative
parent373780483dc369eca84157975e26369259f152fd (diff)
downloadQt-25419577354f0a6af77e49acd860a84fc4aa26ae.zip
Qt-25419577354f0a6af77e49acd860a84fc4aa26ae.tar.gz
Qt-25419577354f0a6af77e49acd860a84fc4aa26ae.tar.bz2
clean up
Diffstat (limited to 'tests/auto/declarative')
-rw-r--r--tests/auto/declarative/qdeclarativeqt/data/createQmlObject.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeqt/data/createQmlObject.qml b/tests/auto/declarative/qdeclarativeqt/data/createQmlObject.qml
index a7edb2b..8e6c58e 100644
--- a/tests/auto/declarative/qdeclarativeqt/data/createQmlObject.qml
+++ b/tests/auto/declarative/qdeclarativeqt/data/createQmlObject.qml
@@ -11,7 +11,6 @@ Item {
property QtObject errors: createQmlObject("import Qt 4.6\nQtObject{\nproperty int test: 13\nproperty int test: 13\n}", root, "main.qml")
property bool emptyArg: false
- property bool runtimeError: false
property bool success: false