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

@@ -56,7 +56,7 @@ class GerritPlugin : public QObject
{
Q_OBJECT
public:
explicit GerritPlugin(QObject *parent = 0);
explicit GerritPlugin(QObject *parent = nullptr);
~GerritPlugin();
bool initialize(Core::ActionContainer *ac);