Gerrit: Replace 0 with nullptr

Change-Id: I5e644c36ddd8a018dc2c8a3170e3d556d0ebefee
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Orgad Shaneh
2017-02-13 23:02:09 +02:00
committed by Orgad Shaneh
parent 0fbe2a125b
commit 4253588b96
6 changed files with 9 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ public:
FetchContext(const QSharedPointer<GerritChange> &change,
const QString &repository, const Utils::FileName &git,
const GerritServer &server,
FetchMode fm, QObject *parent = 0);
FetchMode fm, QObject *parent = nullptr);
~FetchContext();
void start();