X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreidentity.h;h=9fbc24ea297fa71176aeb5085f54b74d4288a79c;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=698cd4c930b6fd3e52ba10236fe1f236567b3a9e;hpb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;p=quassel.git diff --git a/src/core/coreidentity.h b/src/core/coreidentity.h index 698cd4c9..9fbc24ea 100644 --- a/src/core/coreidentity.h +++ b/src/core/coreidentity.h @@ -67,9 +67,9 @@ class CoreIdentity : public Identity Q_OBJECT public: - CoreIdentity(IdentityId id, QObject *parent = 0); - CoreIdentity(const Identity &other, QObject *parent = 0); - CoreIdentity(const CoreIdentity &other, QObject *parent = 0); + CoreIdentity(IdentityId id, QObject *parent = nullptr); + CoreIdentity(const Identity &other, QObject *parent = nullptr); + CoreIdentity(const CoreIdentity &other, QObject *parent = nullptr); void synchronize(SignalProxy *proxy);