X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreircuser.h;h=2a422eb2f887f6fb0ce186d0c2491958a14b4b85;hb=e868433618defabcbdc078745e6d19dd9573c005;hp=e0806d3e3e0efefaf2d40c7d8c7e31152505265a;hpb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;p=quassel.git diff --git a/src/core/coreircuser.h b/src/core/coreircuser.h index e0806d3e..2a422eb2 100644 --- a/src/core/coreircuser.h +++ b/src/core/coreircuser.h @@ -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); - virtual ~CoreIrcUser(); + 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 };