editCopy in connection manager
Allows to edit an existing connection as a new one.
This commit is contained in:
parent
f21a59e030
commit
a3ba4d7c98
5 changed files with 37 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue