Renamed HorizontalProxyModel to PropertyProxyModel as the original name didn't reflect

what we are going to morph it into.
This commit is contained in:
eelke 2018-08-26 07:14:25 +02:00
parent 3080523b0d
commit c6faafec59
4 changed files with 15 additions and 15 deletions

View file

@ -74,7 +74,7 @@ SOURCES += main.cpp\
EditorGutter.cpp \
CodeEditor.cpp \
PlgPage.cpp \
HorizontalProxyModel.cpp
PropertyProxyModel.cpp
HEADERS += \
QueryResultModel.h \
@ -121,7 +121,7 @@ HEADERS += \
CodeEditor.h \
PlgPage.h \
AbstractCommand.h \
HorizontalProxyModel.h
PropertyProxyModel.h
FORMS += mainwindow.ui \
ConnectionManagerWindow.ui \