Loading of index definitions

This commit is contained in:
eelke 2017-12-17 11:28:20 +01:00
parent db75d9ed50
commit aef9b914b1
7 changed files with 95 additions and 27 deletions

View file

@ -79,7 +79,8 @@ SOURCES += main.cpp\
PgAttribute.cpp \
PgContainer.cpp \
PgAttributeContainer.cpp \
PgIndex.cpp
PgIndex.cpp \
PgIndexContainer.cpp
HEADERS += \
QueryResultModel.h \
@ -130,7 +131,8 @@ HEADERS += \
ColumnTableModel.h \
PgAttribute.h \
PgAttributeContainer.h \
PgIndex.h
PgIndex.h \
PgIndexContainer.h
FORMS += mainwindow.ui \
DatabaseWindow.ui \