parent
b0718258c9
commit
f629e48a85
5 changed files with 21 additions and 13 deletions
|
|
@ -100,6 +100,8 @@ void ConnectionList::remove(size_t idx, size_t count)
|
|||
auto l = f + static_cast<int>(count);
|
||||
deleteFromIni(f, l);
|
||||
m_connections.erase(f, l);
|
||||
|
||||
// remove from password save
|
||||
}
|
||||
|
||||
void ConnectionList::deleteFromIni(t_Connections::iterator begin, t_Connections::iterator end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue