Completed removal of ASyncWindow

This commit is contained in:
eelke 2018-12-31 09:40:25 +01:00
parent 424fb5984d
commit cc4f309c0f
7 changed files with 3 additions and 56 deletions

View file

@ -6,7 +6,7 @@
#include "catalog/PgDatabaseCatalog.h"
ServerWindow::ServerWindow(MasterController *master, QWidget *parent)
: ASyncWindow(parent)
: QMainWindow(parent)
, ui(new Ui::ServerWindow)
, m_masterController(master)
{