Moved QueryParamListController to its own translation unit.

This commit is contained in:
eelke 2017-12-09 14:16:47 +01:00
parent 3a13b7ffb4
commit 3bf1ef4fe0
5 changed files with 88 additions and 75 deletions

View file

@ -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 \