diff options
author | hjk <[email protected]> | 2013-05-30 12:15:22 +0200 |
---|---|---|
committer | hjk <[email protected]> | 2013-06-03 17:28:48 +0200 |
commit | 3814e262ff35e4d92d9179ac067c0cb858b82281 (patch) | |
tree | c9c6a08d87ccc03dd90bfe5592a1602359082889 /src/plugins/git/gitclient.h | |
parent | 76fc97227784ad1e6ce3cbb5a55d36fef16af458 (diff) |
DiffEditor: Rename DiffEditorEditable to DiffEditor
More in line with current naming conventions.
Change-Id: I63f6677bd12d82f6749032996585d761f1a74fb7
Reviewed-by: Jarek Kobus <[email protected]>
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 02fb6f1675f..024ed600281 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -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 }; |