Renamed MainWindow to DatabaseWindow so the name tells us the functionality provided by the window.
MainWindow was really a bad name as the app doesn't have a main window.
This commit is contained in:
parent
437736a023
commit
69473d65d2
10 changed files with 58 additions and 55 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "CrudTab.h"
|
||||
#include "ui_CrudTab.h"
|
||||
#include "CrudModel.h"
|
||||
#include "MainWindow.h"
|
||||
#include "DatabaseWindow.h"
|
||||
#include "ResultTableModelUtil.h"
|
||||
#include "PgLabItemDelegate.h"
|
||||
#include "IntegerRange.h"
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
#include <set>
|
||||
|
||||
|
||||
CrudTab::CrudTab(MainWindow *parent)
|
||||
CrudTab::CrudTab(DatabaseWindow *parent)
|
||||
: PlgPage(parent)
|
||||
, ui(new Ui::CrudTab)
|
||||
, m_window(parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue