editCopy in connection manager

Allows to edit an existing connection as a new one.
This commit is contained in:
eelke 2021-03-31 16:03:34 +02:00
parent f21a59e030
commit a3ba4d7c98
5 changed files with 37 additions and 9 deletions

View file

@ -36,7 +36,8 @@ public:
/// Starts the form for editing a conncetion.
/// This function returns immidiatly!
void editConnection(QModelIndex index);
void addGroup();
void editCopy(QModelIndex index);
void addGroup();
void removeGroup(QModelIndex index);
std::shared_ptr<PasswordManager> passwordManager();