diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-03-25 20:01:34 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-04-07 19:33:45 +0200 |
| commit | adc51b73256e92cf59ac7645c4a6f8343f134288 (patch) | |
| tree | 9a8241cf8d35d85da1b07d08bbc19a73b3fec8d2 /src/base/QXmppOmemoDeviceList.h | |
| parent | 71f46efa773bbbc02e9c75dee8365499bdd887f0 (diff) | |
| download | qxmpp-adc51b73256e92cf59ac7645c4a6f8343f134288.tar.gz | |
Make OMEMO data classes private
Diffstat (limited to 'src/base/QXmppOmemoDeviceList.h')
| -rw-r--r-- | src/base/QXmppOmemoDeviceList.h | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/src/base/QXmppOmemoDeviceList.h b/src/base/QXmppOmemoDeviceList.h deleted file mode 100644 index 3e21d7b5..00000000 --- a/src/base/QXmppOmemoDeviceList.h +++ /dev/null @@ -1,36 +0,0 @@ -// SPDX-FileCopyrightText: 2021 Germán Márquez Mejía <mancho@olomono.de> -// SPDX-FileCopyrightText: 2021 Melvin Keskin <melvo@olomono.de> -// -// SPDX-License-Identifier: LGPL-2.1-or-later - -#ifndef QXMPPOMEMODEVICELIST_H -#define QXMPPOMEMODEVICELIST_H - -#include "QXmppGlobal.h" - -#include "QList" - -class QDomElement; -class QXmlStreamWriter; -class QXmppOmemoDeviceElement; - -class QXMPP_EXPORT QXmppOmemoDeviceList : public QList<QXmppOmemoDeviceElement> -{ -public: - QXmppOmemoDeviceList(); - QXmppOmemoDeviceList(const QXmppOmemoDeviceList &other); - ~QXmppOmemoDeviceList(); - - QXmppOmemoDeviceList &operator=(const QXmppOmemoDeviceList &other); - - /// \cond - void parse(const QDomElement &element); - void toXml(QXmlStreamWriter *writer) const; - /// \endcond - - static bool isOmemoDeviceList(const QDomElement &element); -}; - -Q_DECLARE_TYPEINFO(QXmppOmemoDeviceList, Q_MOVABLE_TYPE); - -#endif // QXMPPOMEMODEVICELIST_H |
