From 2477df97fe073ed6182f62b5f23fbda75a3a2c82 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 27 Jan 2015 15:15:47 +0100 Subject: [PATCH] GitEditor: WS only fix Change-Id: I7426b8d0c09edaa7e2eb7ce58d0cec58e6e90da7 Reviewed-by: Tobias Hunger --- src/plugins/git/giteditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/git/giteditor.h b/src/plugins/git/giteditor.h index 70eaae87d72..6a8f9450dac 100644 --- a/src/plugins/git/giteditor.h +++ b/src/plugins/git/giteditor.h @@ -51,7 +51,7 @@ public: public slots: void setPlainTextFiltered(const QString &text); - // Matches the signature of the finished signal of GitCommand + // Matches the signature of the finished signal of GitCommand void commandFinishedGotoLine(bool ok, int exitCode, const QVariant &v); private slots: