From 68af1b22560ddd9787bd8dcf91a8cc3efbc0cd56 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 20 Apr 2012 10:28:04 +0000 Subject: start marking classes with QXMPP_EXPORT --- src/base/QXmppDataForm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/base/QXmppDataForm.h') diff --git a/src/base/QXmppDataForm.h b/src/base/QXmppDataForm.h index 4f38a932..9ca7e27f 100644 --- a/src/base/QXmppDataForm.h +++ b/src/base/QXmppDataForm.h @@ -29,13 +29,15 @@ #include #include +#include "QXmppGlobal.h" + class QDomElement; /// \brief The QXmppDataForm class represents a data form as defined by /// XEP-0004: Data Forms. /// -class QXmppDataForm +class QXMPP_EXPORT QXmppDataForm { public: /// \brief The QXmppDataForm::Field class represents a data form field -- cgit v1.2.3