X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreircuser.h;h=2a422eb2f887f6fb0ce186d0c2491958a14b4b85;hb=b8db3c55a7f66a8d6ecabf9039aabceff9ae4837;hp=5acb930a0029b5b968e13beafc1c1c0f9a0e9233;hpb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;p=quassel.git diff --git a/src/core/coreircuser.h b/src/core/coreircuser.h index 5acb930a..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); + 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 };