forked from qt-creator/qt-creator
DiffEditor: Rename DiffEditorEditable to DiffEditor
More in line with current naming conventions. Change-Id: I63f6677bd12d82f6749032996585d761f1a74fb7 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -3,13 +3,13 @@ include(../../qtcreatorplugin.pri)
|
||||
|
||||
HEADERS += diffeditor_global.h \
|
||||
diffeditorconstants.h \
|
||||
diffeditoreditable.h \
|
||||
diffeditor.h \
|
||||
diffeditorfile.h \
|
||||
diffeditorplugin.h \
|
||||
diffeditorwidget.h \
|
||||
differ.h
|
||||
|
||||
SOURCES += diffeditoreditable.cpp \
|
||||
SOURCES += diffeditor.cpp \
|
||||
diffeditorfile.cpp \
|
||||
diffeditorplugin.cpp \
|
||||
diffeditorwidget.cpp \
|
||||
|
||||
Reference in New Issue
Block a user