blob: 8f8a7ff249fbd5fe2362b2677f3303ea4929c97c [file] [log] [blame]
import QtQuick 2.0
import org.qtproject.SingletonTest 2.5
Item {
property variant singletonInstance: SingletonType;
}