Completed removal of ASyncWindow
This commit is contained in:
parent
424fb5984d
commit
cc4f309c0f
7 changed files with 3 additions and 56 deletions
|
|
@ -1,8 +1,8 @@
|
|||
#ifndef SERVERWINDOW_H
|
||||
#define SERVERWINDOW_H
|
||||
|
||||
#include "ASyncWindow.h"
|
||||
#include "ConnectionConfig.h"
|
||||
#include <QMainWindow>
|
||||
#include <memory>
|
||||
|
||||
namespace Ui {
|
||||
|
|
@ -14,7 +14,7 @@ class OpenDatabase;
|
|||
class DatabasesTableModel;
|
||||
class RolesTableModel;
|
||||
|
||||
class ServerWindow : public ASyncWindow {
|
||||
class ServerWindow : public QMainWindow {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ServerWindow(MasterController *master, QWidget *parent );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue