diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-04-20 10:32:40 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-04-20 10:32:40 +0000 |
| commit | aedc9e915537af13df448ffca9f2a573a7416897 (patch) | |
| tree | 37dc49e09e90e90d1b60c84fbeb439a2ab8c48d0 /src/client/QXmppInvokable.h | |
| parent | e9f7716fc400bcc9c02eb260976aaca86cd0d992 (diff) | |
| download | qxmpp-aedc9e915537af13df448ffca9f2a573a7416897.tar.gz | |
mark classes with QXMPP_EXPORT
Diffstat (limited to 'src/client/QXmppInvokable.h')
| -rw-r--r-- | src/client/QXmppInvokable.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 <QWriteLocker> #include <QStringList> +#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 <geiseri@kde.org> */ -class QXmppInvokable : public QObject +class QXMPP_EXPORT QXmppInvokable : public QObject { Q_OBJECT public: |
