PySide/tests/QtDeclarative/bug_825.qml
Hugo Parente Lima 206474a5a3 Fix bug 825 - "Can't register a class using that uses metaclasses in QML using qmlRegisterType"
Reviewer: Renato Araújo <renato.filho@openbossa.org>
          Marcelo Lira <marcelo.lira@openbossa.org>
2011-05-05 16:13:59 -03:00

10 lines
89 B
QML

import Qt 4.7
import bugs 1.0
Item {
width: 300; height: 200
Bug825 {
}
}