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: