diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-05-31 12:22:48 +0200 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-08-13 15:55:03 +0200 |
| commit | f0e0e1cd227c08ffd97aa42813a479b8c3ca6d23 (patch) | |
| tree | 12ca6aefdef9195ee8937406db86e73cf1a5f820 /src/base/QXmppOmemoDeviceList_p.h | |
| parent | 87df8a8dda385558d39639ce09e2717974264ab6 (diff) | |
| download | qxmpp-f0e0e1cd227c08ffd97aa42813a479b8c3ca6d23.tar.gz | |
Split up OMEMO into extra module
Diffstat (limited to 'src/base/QXmppOmemoDeviceList_p.h')
| -rw-r--r-- | src/base/QXmppOmemoDeviceList_p.h | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/base/QXmppOmemoDeviceList_p.h b/src/base/QXmppOmemoDeviceList_p.h deleted file mode 100644 index 76bff435..00000000 --- a/src/base/QXmppOmemoDeviceList_p.h +++ /dev/null @@ -1,30 +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_AUTOTEST_EXPORT QXmppOmemoDeviceList : public QList<QXmppOmemoDeviceElement> -{ -public: - /// \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 |
