Gerrit: Fix some clang-tidy warnings

Change-Id: Idaccca0bd6d7682feeac8a0964ce2abb788f3e99
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2018-05-31 20:11:40 +03:00
committed by Orgad Shaneh
parent 0988442e58
commit cf960e4788
4 changed files with 6 additions and 7 deletions

View File

@@ -267,7 +267,6 @@ GerritPlugin::GerritPlugin(QObject *parent)
: QObject(parent)
, m_parameters(new GerritParameters)
, m_server(new GerritServer)
, m_gerritCommand(0), m_pushToGerritCommand(0)
{
}