diff options
author | jkobus <[email protected]> | 2013-06-17 13:55:31 +0200 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2013-06-19 09:11:42 +0200 |
commit | f5a2c1469a54356e455a230b9dc5a3a130fcffac (patch) | |
tree | 81c329e5ded21d1e3f32ac6629bbfec2a8017f0d /src/plugins/git/gitclient.h | |
parent | a304fb45fc129d42b0eac50a6dfaa5ca4562756c (diff) |
Add a DiffShowEditor showing an additional info
Task-number: QTCREATORBUG-9489
Change-Id: I3ae2e59ccaf397f4236505f21e027a42e2798784
Reviewed-by: Tobias Hunger <[email protected]>
Reviewed-by: Leena Miettinen <[email protected]>
Reviewed-by: Petar Perisin <[email protected]>
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 73875499e77..6a9d0f6516c 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -333,7 +333,8 @@ private: const QString &dynamicPropertyValue) const; DiffEditor::DiffEditor *findExistingOrOpenNewDiffEditor(const char *registerDynamicProperty, const QString &dynamicPropertyValue, - const QString &titlePattern) const; + const QString &titlePattern, + const Core::Id editorId) const; enum CodecType { CodecSource, CodecLogOutput, CodecNone }; VcsBase::VcsBaseEditorWidget *createVcsEditor(const Core::Id &kind, |