TablesPage is now CatalogInspector and is now a module.
This commit is contained in:
parent
d3c85722c7
commit
3e4917428d
7 changed files with 101 additions and 45 deletions
|
|
@ -48,7 +48,6 @@ SOURCES += main.cpp\
|
|||
ResultTableModelUtil.cpp \
|
||||
BaseTableModel.cpp \
|
||||
QueryParamListController.cpp \
|
||||
TablesPage.cpp \
|
||||
TablesTableModel.cpp \
|
||||
ColumnTableModel.cpp \
|
||||
NamespaceFilterWidget.cpp \
|
||||
|
|
@ -91,7 +90,8 @@ PropertyProxyModel.cpp \
|
|||
plugin_support/LMainWindow.cpp \
|
||||
plugin_support/LWidgetAction.cpp \
|
||||
QueryTool.cpp \
|
||||
QueryToolModule.cpp
|
||||
QueryToolModule.cpp \
|
||||
CatalogInspector.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
|
|
@ -115,7 +115,6 @@ HEADERS += \
|
|||
ResultTableModelUtil.h \
|
||||
BaseTableModel.h \
|
||||
QueryParamListController.h \
|
||||
TablesPage.h \
|
||||
TablesTableModel.h \
|
||||
ColumnTableModel.h \
|
||||
NamespaceFilterWidget.h \
|
||||
|
|
@ -162,7 +161,8 @@ CustomDataRole.h \
|
|||
plugin_support/LMainWindow.h \
|
||||
plugin_support/LWidgetAction.h \
|
||||
QueryTool.h \
|
||||
QueryToolModule.h
|
||||
QueryToolModule.h \
|
||||
CatalogInspector.h
|
||||
|
||||
FORMS += \
|
||||
ConnectionManagerWindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue