added missing include files

This commit is contained in:
vladimir.kuznetsov 2023-08-31 21:49:36 +05:00
parent 4baa003c0d
commit cbcf187814
4 changed files with 8 additions and 1 deletions

View file

@ -253,7 +253,7 @@ PageType {
text: qsTr("Remove SFTP and all data stored there")
onClicked: {
questionDrawer.headerText = qsTr("Some description")
questionDrawer.headerText = qsTr("Remove SFTP and all data stored there?")
questionDrawer.yesButtonText = qsTr("Continue")
questionDrawer.noButtonText = qsTr("Cancel")