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:
parent
6b9b602c64
commit
2230a4bd61
21 changed files with 508 additions and 195 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue