Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"
This commit is contained in:
parent
64ffc4f61b
commit
dde75099f2
4 changed files with 48 additions and 0 deletions
15
tests/QtDeclarative/bug_1029.qml
Normal file
15
tests/QtDeclarative/bug_1029.qml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import QtQuick 1.0
|
||||
import UserTypes 1.0
|
||||
|
||||
Rectangle
|
||||
{
|
||||
width: 200
|
||||
height: 200
|
||||
|
||||
color: "#ff0000"
|
||||
|
||||
TestClass
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue