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