added storing password in a secure way
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user