X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreircuser.h;h=3bddef781e907fe7e0b260ea3822748f5d0398aa;hb=8efbb2ef22f5f007b5dc6d5b15ecf070ccef08ca;hp=5acb930a0029b5b968e13beafc1c1c0f9a0e9233;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;p=quassel.git diff --git a/src/core/coreircuser.h b/src/core/coreircuser.h index 5acb930a..3bddef78 100644 --- a/src/core/coreircuser.h +++ b/src/core/coreircuser.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -23,7 +23,7 @@ #include "ircuser.h" #ifdef HAVE_QCA2 -# include "cipher.h" +# include "cipher.h" #endif class CoreIrcUser : public IrcUser @@ -31,15 +31,15 @@ class CoreIrcUser : public IrcUser Q_OBJECT public: - CoreIrcUser(const QString &hostmask, Network *network); + CoreIrcUser(const QString& hostmask, Network* network); ~CoreIrcUser() override; #ifdef HAVE_QCA2 - Cipher *cipher() const; + Cipher* cipher() const; #endif #ifdef HAVE_QCA2 private: - mutable Cipher *_cipher; + mutable Cipher* _cipher; #endif };