import QtQuick 2.0
import "singleton"

Item {
    property SingletonType test
}
