6#ifndef QXMPPOMEMODEVICELIST_H
7#define QXMPPOMEMODEVICELIST_H
9#include "QXmppGlobal.h"
10#include "QXmppOmemoDeviceElement_p.h"
15class QXmlStreamWriter;
17class QXMPP_AUTOTEST_EXPORT QXmppOmemoDeviceList :
public QList<QXmppOmemoDeviceElement>
21 void parse(
const QDomElement &element);
22 void toXml(QXmlStreamWriter *writer)
const;
25 static bool isOmemoDeviceList(
const QDomElement &element);
28Q_DECLARE_TYPEINFO(QXmppOmemoDeviceList, Q_MOVABLE_TYPE);