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:
@@ -31,9 +31,9 @@
|
||||
#include "diffeditor.h"
|
||||
#include "diffeditorconstants.h"
|
||||
#include "diffeditorfactory.h"
|
||||
#include "diffeditorwidget.h"
|
||||
#include "diffshoweditor.h"
|
||||
#include "diffshoweditorfactory.h"
|
||||
#include "sidebysidediffeditorwidget.h"
|
||||
|
||||
#include <QFileDialog>
|
||||
#include <QTextCodec>
|
||||
@@ -140,8 +140,7 @@ QString DiffEditorPlugin::getFileContents(const QString &fileName, QTextCodec *c
|
||||
|
||||
void DiffEditor::Internal::DiffEditorPlugin::testAssemblyRows()
|
||||
{
|
||||
DiffEditorWidget widget;
|
||||
widget.testAssemblyRows();
|
||||
SideBySideDiffEditorWidget::testAssemblyRows();
|
||||
}
|
||||
|
||||
#endif // WITH_TESTS
|
||||
|
||||
Reference in New Issue
Block a user