Loading of index definitions
This commit is contained in:
parent
db75d9ed50
commit
aef9b914b1
7 changed files with 95 additions and 27 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue