mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(scripts): use ui/Linphone/Dialog path instead of ui/components/dialog
This commit is contained in:
parent
2850facd80
commit
47f43a39da
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ function openWindow (window, parent, options) {
|
|||
function openConfirmDialog (parent, options) {
|
||||
openWindow(
|
||||
'import QtQuick 2.7;' +
|
||||
'import \'qrc:/ui/components/dialog\';' +
|
||||
'import \'qrc:/ui/Linphone/Dialog\';' +
|
||||
'ConfirmDialog {' +
|
||||
'descriptionText: \'' + options.descriptionText + '\';' +
|
||||
'title: \'' + options.title + '\'' +
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue