Add seperate actions for adding and removing connection groups.
This commit is contained in:
parent
dbb6e1ab01
commit
521d3cdaac
10 changed files with 105 additions and 4 deletions
|
|
@ -34,6 +34,8 @@ public:
|
|||
/// Starts the form for editing a conncetion.
|
||||
/// This function returns immidiatly!
|
||||
void editConnection(QModelIndex index);
|
||||
void addGroup();
|
||||
void removeGroup(QModelIndex index);
|
||||
private:
|
||||
MasterController *m_masterController;
|
||||
ConnectionList *m_connectionList = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue