From 46bd707151cf42103748432e8d4433e444dbfef2 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Sun, 10 Apr 2022 19:53:12 +0200 Subject: Message: Apply clang-format --- src/base/QXmppMessage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/base/QXmppMessage.h') diff --git a/src/base/QXmppMessage.h b/src/base/QXmppMessage.h index 1f0c81b5..d7f8e962 100644 --- a/src/base/QXmppMessage.h +++ b/src/base/QXmppMessage.h @@ -29,8 +29,8 @@ class QXmppTrustMessageElement; class QXMPP_EXPORT QXmppMessage : public QXmppStanza { public: -/// \cond #if QXMPP_DEPRECATED_SINCE(1, 5) + /// \cond using EncryptionMethod = QXmpp::Encryption; static const EncryptionMethod NoEncryption = EncryptionMethod::NoEncryption; @@ -39,8 +39,8 @@ public: static const EncryptionMethod LegacyOpenPGP = EncryptionMethod::LegacyOpenPgp; static const EncryptionMethod OX = EncryptionMethod::Ox; static const EncryptionMethod OMEMO = EncryptionMethod::Omemo; + /// \endcond #endif -/// \endcond /// This enum describes a message type. enum Type { -- cgit v1.2.3