forked from qt-creator/qt-creator
DiffEditor: Introduce a base class for the different views
... of the diff. Currently that is side-by-side and unified, just as before. Change-Id: I62a5462344c4b4ae652899f9d5b2936aa5a692b8 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
This commit is contained in:
@@ -13,6 +13,7 @@ HEADERS += diffeditor_global.h \
|
||||
diffeditorreloader.h \
|
||||
differ.h \
|
||||
diffutils.h \
|
||||
diffview.h \
|
||||
selectabletexteditorwidget.h \
|
||||
sidebysidediffeditorwidget.h \
|
||||
unifieddiffeditorwidget.h
|
||||
@@ -27,6 +28,7 @@ SOURCES += diffeditor.cpp \
|
||||
diffeditorreloader.cpp \
|
||||
differ.cpp \
|
||||
diffutils.cpp \
|
||||
diffview.cpp \
|
||||
selectabletexteditorwidget.cpp \
|
||||
sidebysidediffeditorwidget.cpp \
|
||||
unifieddiffeditorwidget.cpp
|
||||
|
||||
Reference in New Issue
Block a user