Completed removal of ASyncWindow
This commit is contained in:
parent
424fb5984d
commit
cc4f309c0f
7 changed files with 3 additions and 56 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue