aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/git/giteditor.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-03-27 15:24:45 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-04-10 09:49:47 +0000
commit07d6757ca88f6879bfbd30f027b0b548bb479298 (patch)
tree8673b90a337145f31ff2a40c470472229b58b870 /src/plugins/git/giteditor.h
parent3f6f987dceb4accf643a992498c755ae69b88859 (diff)
Vcs: Move createCommand and enqueueJob into VcsBaseClientImpl
Change-Id: I86a4ddfd6c53a3be61c56579d8eaf5d49258a8f1 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
Diffstat (limited to 'src/plugins/git/giteditor.h')
-rw-r--r--src/plugins/git/giteditor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/git/giteditor.h b/src/plugins/git/giteditor.h
index 8d2803c1a4..d033bf8b17 100644
--- a/src/plugins/git/giteditor.h
+++ b/src/plugins/git/giteditor.h
@@ -51,8 +51,6 @@ public:
public slots:
void setPlainTextFiltered(const QString &text);
- // Matches the signature of the finished signal of GitCommand
- void commandFinishedGotoLine(bool ok, int exitCode, const QVariant &v);
private slots:
void checkoutChange();