Lot of password related changes all over the place.

Password is no longer saved with the connection list.
Password is not entered along with other connection credentials.
Password is now asked for when required.
Still working on saving the password and auto retrieving it from the password manager.
This commit is contained in:
eelke 2018-11-04 11:26:20 +01:00
parent 6b9b602c64
commit 2230a4bd61
21 changed files with 508 additions and 195 deletions

View file

@ -16,7 +16,7 @@ class BackupDialog : public QDialog
Q_OBJECT
public:
explicit BackupDialog(QWidget *parent = 0);
explicit BackupDialog(QWidget *parent = nullptr);
~BackupDialog();
void ConnectTo(QProcess *process);