added storing password in a secure way

This commit is contained in:
2023-03-09 18:13:46 +01:00
parent bc90ce2269
commit fada0ebeb0
8 changed files with 101 additions and 118 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ using namespace std;
#define WRITE 1
extern QMap<int, QString> rsyncErrorStrings;
extern QApplication a;
//Take a string and explode it in array
// s => string to explode
@@ -51,7 +52,7 @@ bool testRsyncReturn(MainWindow * w, QProcess * myProcess)
{
QMessageBox::warning(
w,
"RsyncUI",
a.applicationName(),
myProcess->errorString(),
QMessageBox::Ok,
QMessageBox::Ok);