Couple of minor changes.
This commit is contained in:
parent
e1405d5370
commit
3fb32f1200
5 changed files with 28 additions and 28 deletions
|
|
@ -68,7 +68,8 @@ SOURCES += main.cpp\
|
|||
IconColumnDelegate.cpp \
|
||||
IndexModel.cpp \
|
||||
CrudTab.cpp \
|
||||
CrudModel.cpp
|
||||
CrudModel.cpp \
|
||||
PgLabItemDelegate.cpp
|
||||
|
||||
HEADERS += \
|
||||
QueryResultModel.h \
|
||||
|
|
@ -108,7 +109,8 @@ HEADERS += \
|
|||
IconColumnDelegate.h \
|
||||
IndexModel.h \
|
||||
CrudTab.h \
|
||||
CrudModel.h
|
||||
CrudModel.h \
|
||||
PgLabItemDelegate.h
|
||||
|
||||
FORMS += mainwindow.ui \
|
||||
ConnectionManagerWindow.ui \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue