From aedc9e915537af13df448ffca9f2a573a7416897 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 20 Apr 2012 10:32:40 +0000 Subject: mark classes with QXMPP_EXPORT --- src/client/QXmppInvokable.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/client/QXmppInvokable.h') diff --git a/src/client/QXmppInvokable.h b/src/client/QXmppInvokable.h index de245482..c1c211f5 100644 --- a/src/client/QXmppInvokable.h +++ b/src/client/QXmppInvokable.h @@ -30,12 +30,14 @@ #include #include +#include "QXmppGlobal.h" + /** This is the base class for all objects that will be invokable via RPC. All public slots of objects derived from this class will be exposed to the RPC interface. As a note for all methods, they can only understand types that QVariant knows about. @author Ian Reinhart Geiser */ -class QXmppInvokable : public QObject +class QXMPP_EXPORT QXmppInvokable : public QObject { Q_OBJECT public: -- cgit v1.2.3