Renamed HorizontalProxyModel to PropertyProxyModel as the original name didn't reflect
what we are going to morph it into.
This commit is contained in:
parent
3080523b0d
commit
c6faafec59
4 changed files with 15 additions and 15 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue