Moved QueryParamListController to its own translation unit.
This commit is contained in:
parent
3a13b7ffb4
commit
3bf1ef4fe0
5 changed files with 88 additions and 75 deletions
|
|
@ -68,7 +68,8 @@ PgDatabaseCatalogue.cpp \
|
|||
GlobalIoService.cpp \
|
||||
CodeBuilderConfiguration.cpp \
|
||||
ResultTableModelUtil.cpp \
|
||||
BaseTableModel.cpp
|
||||
BaseTableModel.cpp \
|
||||
QueryParamListController.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
|
|
@ -111,7 +112,8 @@ PgDatabaseCatalogue.h \
|
|||
GlobalIoService.h \
|
||||
CodeBuilderConfiguration.h \
|
||||
ResultTableModelUtil.h \
|
||||
BaseTableModel.h
|
||||
BaseTableModel.h \
|
||||
QueryParamListController.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
DatabaseWindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue