aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppElement.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-04-20 10:28:04 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-04-20 10:28:04 +0000
commit68af1b22560ddd9787bd8dcf91a8cc3efbc0cd56 (patch)
treedd3190795bd52cfbcd2ed7e3deb18a32b3dc297c /src/base/QXmppElement.h
parent7f60aaf982035294f5dabf39a8b632b0a0a2647b (diff)
downloadqxmpp-68af1b22560ddd9787bd8dcf91a8cc3efbc0cd56.tar.gz
start marking classes with QXMPP_EXPORT
Diffstat (limited to 'src/base/QXmppElement.h')
-rw-r--r--src/base/QXmppElement.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/base/QXmppElement.h b/src/base/QXmppElement.h
index 7fa75494..b8da1f16 100644
--- a/src/base/QXmppElement.h
+++ b/src/base/QXmppElement.h
@@ -28,11 +28,13 @@
#include <QStringList>
#include <QXmlStreamWriter>
+#include "QXmppGlobal.h"
+
class QDomElement;
class QXmppElement;
class QXmppElementPrivate;
-class QXmppElementList : public QList<QXmppElement>
+class QXMPP_EXPORT QXmppElementList : public QList<QXmppElement>
{
public:
QXmppElementList();
@@ -40,7 +42,7 @@ public:
QXmppElementList(const QList<QXmppElement> &other);
};
-class QXmppElement
+class QXMPP_EXPORT QXmppElement
{
public:
QXmppElement();