aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppInformationRequestResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppInformationRequestResult.h')
-rw-r--r--source/QXmppInformationRequestResult.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/QXmppInformationRequestResult.h b/source/QXmppInformationRequestResult.h
new file mode 100644
index 00000000..c3fa20a1
--- /dev/null
+++ b/source/QXmppInformationRequestResult.h
@@ -0,0 +1,13 @@
+#ifndef QXMPPINFORMATIONREQUESTRESULT_H
+#define QXMPPINFORMATIONREQUESTRESULT_H
+
+#include "QXmppIq.h"
+
+class QXmppInformationRequestResult : public QXmppIq
+{
+public:
+ QXmppInformationRequestResult();
+ virtual QByteArray toXmlElementFromChild() const;
+};
+
+#endif // QXMPPINFORMATIONREQUESTRESULT_H