forked from qt-creator/qt-creator
Gerrit: Fix some clang-tidy warnings
Change-Id: Idaccca0bd6d7682feeac8a0964ce2abb788f3e99 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
0988442e58
commit
cf960e4788
@@ -78,8 +78,8 @@ private:
|
||||
QSharedPointer<GerritParameters> m_parameters;
|
||||
QSharedPointer<GerritServer> m_server;
|
||||
QPointer<GerritDialog> m_dialog;
|
||||
Core::Command *m_gerritCommand;
|
||||
Core::Command *m_pushToGerritCommand;
|
||||
Core::Command *m_gerritCommand = nullptr;
|
||||
Core::Command *m_pushToGerritCommand = nullptr;
|
||||
QString m_reviewers;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user