Routines for converting the Param data to json.
This commit is contained in:
parent
0cbd0d16a1
commit
466920bf4e
3 changed files with 52 additions and 2 deletions
|
|
@ -69,7 +69,8 @@ PgDatabaseCatalogue.cpp \
|
|||
CodeBuilderConfiguration.cpp \
|
||||
ResultTableModelUtil.cpp \
|
||||
BaseTableModel.cpp \
|
||||
QueryParamListController.cpp
|
||||
QueryParamListController.cpp \
|
||||
ParamListJson.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
|
|
@ -113,7 +114,8 @@ PgDatabaseCatalogue.h \
|
|||
CodeBuilderConfiguration.h \
|
||||
ResultTableModelUtil.h \
|
||||
BaseTableModel.h \
|
||||
QueryParamListController.h
|
||||
QueryParamListController.h \
|
||||
ParamListJson.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
DatabaseWindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue