Commit 47f43a39 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(scripts): use `ui/Linphone/Dialog` path instead of `ui/components/dialog`

parent 2850facd
...@@ -57,7 +57,7 @@ function openWindow (window, parent, options) { ...@@ -57,7 +57,7 @@ function openWindow (window, parent, options) {
function openConfirmDialog (parent, options) { function openConfirmDialog (parent, options) {
openWindow( openWindow(
'import QtQuick 2.7;' + 'import QtQuick 2.7;' +
'import \'qrc:/ui/components/dialog\';' + 'import \'qrc:/ui/Linphone/Dialog\';' +
'ConfirmDialog {' + 'ConfirmDialog {' +
'descriptionText: \'' + options.descriptionText + '\';' + 'descriptionText: \'' + options.descriptionText + '\';' +
'title: \'' + options.title + '\'' + 'title: \'' + options.title + '\'' +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment