ServerWindow shows list of databases.

This commit is contained in:
eelke 2017-02-13 19:51:19 +01:00
parent e71ef2e6df
commit 612b524151
15 changed files with 307 additions and 172 deletions

View file

@ -48,7 +48,7 @@ void MasterController::openServerWindowForConnection(int connection_index)
if (cc.valid()) {
auto w = new ServerWindow(this, nullptr);
w->setAttribute( Qt::WA_DeleteOnClose );
//w->setConfig(cc.get());
w->setConfig(cc.get());
w->show();
}
}