diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/app/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/app/main.qml b/sample/app/main.qml index 5a70102..3225dcd 100644 --- a/sample/app/main.qml +++ b/sample/app/main.qml @@ -12,7 +12,7 @@ ApplicationWindow { height: 1487 property string onsId: qsTr("onscreenapp") - property string pri_path: qsTr("/home/0/app-data/OnScreen/onstestapp/") + property string pri_path: qsTr("onstestapp/") property string filepath: pri_path + qsTr("vics.qml") property string msgdata: "" property string postmsg: "" |