diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-05-20 02:17:25 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-05-20 02:17:25 (GMT) |
commit | fedad0966ccca507c2331b9976923af5acce8d01 (patch) | |
tree | 885d8025362c81851c7f8322dba64b5d2c1b7f72 | |
parent | e3664eb48e3a0db0d30b88b8d403e21ef0d0f277 (diff) | |
parent | c944a706183153fd88bdcfc3f616109a41ae78eb (diff) | |
download | Qt-fedad0966ccca507c2331b9976923af5acce8d01.zip Qt-fedad0966ccca507c2331b9976923af5acce8d01.tar.gz Qt-fedad0966ccca507c2331b9976923af5acce8d01.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
-rw-r--r-- | src/declarative/qml/qdeclarativeinstruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeinstruction.cpp b/src/declarative/qml/qdeclarativeinstruction.cpp index 0236950..b86d082 100644 --- a/src/declarative/qml/qdeclarativeinstruction.cpp +++ b/src/declarative/qml/qdeclarativeinstruction.cpp @@ -60,6 +60,7 @@ void QDeclarativeCompiledData::dump(QDeclarativeInstruction *instr, int idx) break; case QDeclarativeInstruction::CreateObject: qWarning().nospace() << idx << "\t\t" << line << "\t" << "CREATE\t\t\t" << instr->create.type << "\t\t\t" << types.at(instr->create.type).className; + break; case QDeclarativeInstruction::CreateSimpleObject: qWarning().nospace() << idx << "\t\t" << line << "\t" << "CREATE_SIMPLE\t\t" << instr->createSimple.typeSize; break; |