Backup functionality working, the UI still needs work.

This commit is contained in:
eelke 2017-03-05 21:23:36 +01:00
parent d0ea9dfa0c
commit 73528ca965
12 changed files with 606 additions and 194 deletions

View file

@ -14,7 +14,6 @@ ConnectionListModel::ConnectionListModel(ConnectionList *conns, QObject *parent)
ConnectionListModel::~ConnectionListModel()
{
delete m_connections;
}
int ConnectionListModel::rowCount(const QModelIndex &parent) const