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:
@@ -61,7 +61,7 @@ namespace Utils {
|
||||
}
|
||||
|
||||
namespace DiffEditor {
|
||||
class DiffEditorEditable;
|
||||
class DiffEditor;
|
||||
}
|
||||
|
||||
namespace Git {
|
||||
@@ -335,7 +335,7 @@ private:
|
||||
QTextCodec *getSourceCodec(const QString &file) const;
|
||||
VcsBase::VcsBaseEditorWidget *findExistingVCSEditor(const char *registerDynamicProperty,
|
||||
const QString &dynamicPropertyValue) const;
|
||||
DiffEditor::DiffEditorEditable *findExistingDiffEditor(const char *registerDynamicProperty,
|
||||
DiffEditor::DiffEditor *findExistingDiffEditor(const char *registerDynamicProperty,
|
||||
const QString &dynamicPropertyValue) const;
|
||||
|
||||
enum CodecType { CodecSource, CodecLogOutput, CodecNone };
|
||||
|
||||
Reference in New Issue
Block a user