Move codeeditor to folder
This commit is contained in:
parent
91ac77a058
commit
d266882927
5 changed files with 4 additions and 4 deletions
|
|
@ -79,8 +79,8 @@ SOURCES += main.cpp\
|
||||||
NamespaceFilterWidget.cpp \
|
NamespaceFilterWidget.cpp \
|
||||||
NamespaceItemModel.cpp \
|
NamespaceItemModel.cpp \
|
||||||
Module.cpp \
|
Module.cpp \
|
||||||
EditorGutter.cpp \
|
codeeditor/EditorGutter.cpp \
|
||||||
CodeEditor.cpp \
|
codeeditor/CodeEditor.cpp \
|
||||||
PropertyProxyModel.cpp \
|
PropertyProxyModel.cpp \
|
||||||
CodeGenerator.cpp \
|
CodeGenerator.cpp \
|
||||||
UserConfiguration.cpp \
|
UserConfiguration.cpp \
|
||||||
|
|
@ -154,8 +154,8 @@ HEADERS += \
|
||||||
NamespaceFilterWidget.h \
|
NamespaceFilterWidget.h \
|
||||||
NamespaceItemModel.h \
|
NamespaceItemModel.h \
|
||||||
Module.h \
|
Module.h \
|
||||||
EditorGutter.h \
|
codeeditor/EditorGutter.h \
|
||||||
CodeEditor.h \
|
codeeditor/CodeEditor.h \
|
||||||
AbstractCommand.h \
|
AbstractCommand.h \
|
||||||
PropertyProxyModel.h \
|
PropertyProxyModel.h \
|
||||||
CustomDataRole.h \
|
CustomDataRole.h \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue