Started on window for managing the server.

This commit is contained in:
eelke 2017-02-12 08:13:38 +01:00
parent f51105bde0
commit 2f95c2f096
17 changed files with 163 additions and 8 deletions

View file

@ -34,6 +34,8 @@ private slots:
void on_actionBackup_database_triggered();
void on_actionManage_server_triggered();
private:
Ui::ConnectionManagerWindow *ui;
QDataWidgetMapper *m_mapper = nullptr;