Fix bug 1029 - "qmlRegisterType Fails to Increase the Ref Count"

This commit is contained in:
Hugo Parente Lima 2011-11-01 17:29:01 -02:00
commit dde75099f2
4 changed files with 48 additions and 0 deletions

View file

@ -0,0 +1,15 @@
import QtQuick 1.0
import UserTypes 1.0
Rectangle
{
width: 200
height: 200
color: "#ff0000"
TestClass
{
}
}