import QtQuick 2.0

QtObject {
    default property string test: "dog"
}
