The list of connections is now saved and loaded on program shutdown and start.

This commit is contained in:
Eelke Klein 2017-01-15 12:27:36 +01:00
parent cf4d6e769b
commit 7181c7f1e7
8 changed files with 128 additions and 44 deletions

View file

@ -30,7 +30,7 @@ private:
ConnectionListModel *m_listModel = nullptr;
QDataWidgetMapper *m_mapper = nullptr;
void controlsToConfig(ConnectionConfig &cfg);
void setupWidgetMappings();
};
#endif // CONNECTIONMANAGERWINDOW_H