X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreidentity.h;fp=src%2Fcore%2Fcoreidentity.h;h=9fbc24ea297fa71176aeb5085f54b74d4288a79c;hp=698cd4c930b6fd3e52ba10236fe1f236567b3a9e;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=d4b81a6d777de45611034b26bd89973d19e60c96;ds=sidebyside 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);