forked from qt-creator/qt-creator
DiffEditor: refactor internal structures.
Simplify the implementation a lot. Change-Id: I3f5daa3d2ce14c28d48c2e1e996ec4935d1dae3f Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
@@ -133,15 +133,4 @@ QString DiffEditorPlugin::getFileContents(const QString &fileName) const
|
||||
} // namespace Internal
|
||||
} // namespace DiffEditor
|
||||
|
||||
#ifdef WITH_TESTS
|
||||
|
||||
#include "sidebysidediffeditorwidget.h"
|
||||
|
||||
void DiffEditor::Internal::DiffEditorPlugin::testFixPositions()
|
||||
{
|
||||
SideBySideDiffEditorWidget::testFixPositions();
|
||||
}
|
||||
|
||||
#endif // WITH_TESTS
|
||||
|
||||
Q_EXPORT_PLUGIN(DiffEditor::Internal::DiffEditorPlugin)
|
||||
|
||||
Reference in New Issue
Block a user