diff options
author | Jarek Kobus <[email protected]> | 2018-02-16 12:53:35 +0100 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2018-03-15 11:21:01 +0000 |
commit | da2c66b1d0f0bf868f4ec88c7e61a57fd1095366 (patch) | |
tree | 5ef826190e393c70b9e92e3c13ace0c18d402ead /src/plugins/git/gitclient.h | |
parent | 24db24734d92f2f3edc9bc1a17851e6ac0df643e (diff) |
Move git specific stuff out of diff editor plugin
Move it to the git plugin.
Change-Id: I8151573ed50df70776f7ebf0475dd41fb84fae83
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/git/gitclient.h')
-rw-r--r-- | src/plugins/git/gitclient.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/git/gitclient.h b/src/plugins/git/gitclient.h index 206a3c7b7bb..655b49c9e08 100644 --- a/src/plugins/git/gitclient.h +++ b/src/plugins/git/gitclient.h @@ -330,7 +330,6 @@ public: private: void finishSubmoduleUpdate(); void chunkActionsRequested(QMenu *menu, int fileIndex, int chunkIndex); - void branchesForCommit(const QString &revision); void stage(DiffEditor::DiffEditorController *diffController, const QString &patch, bool revert); |