Couple of minor changes.

This commit is contained in:
eelke 2018-01-15 13:32:18 +01:00
parent e1405d5370
commit 3fb32f1200
5 changed files with 28 additions and 28 deletions

View file

@ -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 \