X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreauthhandler.h;h=1b4e6b916c1d79859aefb3a97007fa5ce37a95e6;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=a16ca1def52638eede111936f27ffe793f95f47e;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b;p=quassel.git diff --git a/src/core/coreauthhandler.h b/src/core/coreauthhandler.h index a16ca1de..1b4e6b91 100644 --- a/src/core/coreauthhandler.h +++ b/src/core/coreauthhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -31,7 +31,7 @@ class CoreAuthHandler : public AuthHandler Q_OBJECT public: - CoreAuthHandler(QTcpSocket *socket, QObject *parent = 0); + CoreAuthHandler(QTcpSocket *socket, QObject *parent = nullptr); signals: void handshakeComplete(RemotePeer *peer, UserId uid);