added missing include files
This commit is contained in:
parent
4baa003c0d
commit
cbcf187814
4 changed files with 8 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#include "installController.h"
|
||||
|
||||
#include <QDesktopServices>
|
||||
#include <QDir>
|
||||
#include <QEventLoop>
|
||||
#include <QJsonObject>
|
||||
#include <QStandardPaths>
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue