forked from qt-creator/qt-creator
Rename DiffEditorWidget -> SideBySideDiffEditorWidget
It's the preparation for the new UnifiedDiffEditorWidget Change-Id: I018899017c7e711ea8b04d85f8298b0d73f1cbab Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "diffeditorfactory.h"
|
||||
#include "diffeditor.h"
|
||||
#include "diffeditorwidget.h"
|
||||
#include "diffeditorconstants.h"
|
||||
#include "diffeditorfactory.h"
|
||||
#include "sidebysidediffeditorwidget.h"
|
||||
|
||||
#include <QCoreApplication>
|
||||
|
||||
@@ -48,7 +48,7 @@ DiffEditorFactory::DiffEditorFactory(QObject *parent)
|
||||
|
||||
Core::IEditor *DiffEditorFactory::createEditor()
|
||||
{
|
||||
DiffEditorWidget *editorWidget = new DiffEditorWidget();
|
||||
SideBySideDiffEditorWidget *editorWidget = new SideBySideDiffEditorWidget();
|
||||
DiffEditorController *editorController = new DiffEditorController(editorWidget);
|
||||
editorWidget->setDiffEditorController(editorController);
|
||||
DiffEditor *editor = new DiffEditor(editorWidget);
|
||||
|
||||
Reference in New Issue
Block a user