aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/giteditor.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-03-10 12:26:01 +0200
committerOrgad Shaneh <orgads@gmail.com>2015-03-10 13:53:16 +0000
commit478a2e86f93140685e44d779a5a31b84ab086556 (patch)
tree26f0c97dde5cf635766fe2cafb4fccafade237cc /src/plugins/git/giteditor.h
parent690a545f8e6b7dfe61619bd9174c74b2dff8d80f (diff)
Git: Support Log for selected commit in git editors
Change-Id: I5081471b3be65de1948d9bfdd52fd812df5e6a7a Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/git/giteditor.h')
-rw-r--r--src/plugins/git/giteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/git/giteditor.h b/src/plugins/git/giteditor.h
index eb37fd8722..8d2803c1a4 100644
--- a/src/plugins/git/giteditor.h
+++ b/src/plugins/git/giteditor.h
@@ -58,6 +58,7 @@ private slots:
void checkoutChange();
void cherryPickChange();
void revertChange();
+ void logChange();
void applyDiffChunk(const VcsBase::DiffChunk& chunk, bool revert);
private: