6 #ifndef QXMPPOMEMODEVICELIST_H 7 #define QXMPPOMEMODEVICELIST_H 9 #include "QXmppGlobal.h" 10 #include "QXmppOmemoDeviceElement_p.h" 15 class QXmlStreamWriter;
17 class 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);
28 Q_DECLARE_TYPEINFO(QXmppOmemoDeviceList, Q_MOVABLE_TYPE);
30 #endif // QXMPPOMEMODEVICELIST_H