Sync last message id per buffer
[quassel.git] / src / core / coreircuser.h
index e0806d3..22065cc 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2018 by the Quassel Project                        *
+ *   Copyright (C) 2005-2020 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);
-    virtual ~CoreIrcUser();
+    CoreIrcUser(const QString& hostmask, Network* network);
+    ~CoreIrcUser() override;
 
 #ifdef HAVE_QCA2
-    Cipher *cipher() const;
+    Ciphercipher() const;
 #endif
 
 #ifdef HAVE_QCA2
 private:
-    mutable Cipher *_cipher;
+    mutable Cipher_cipher;
 #endif
 };