aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/QXmppServer.h')
-rw-r--r--src/server/QXmppServer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/QXmppServer.h b/src/server/QXmppServer.h
index cb5fcedd..52bdf86e 100644
--- a/src/server/QXmppServer.h
+++ b/src/server/QXmppServer.h
@@ -56,7 +56,7 @@ class QXmppStream;
///
/// \ingroup Core
-class QXmppServer : public QXmppLoggable
+class QXMPP_EXPORT QXmppServer : public QXmppLoggable
{
Q_OBJECT
@@ -124,7 +124,7 @@ class QXmppSslServerPrivate;
/// \brief The QXmppSslServer class represents an SSL-enabled TCP server.
///
-class QXmppSslServer : public QTcpServer
+class QXMPP_EXPORT QXmppSslServer : public QTcpServer
{
Q_OBJECT