1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Add DLLEXPORT macro to SipHandler

This commit is contained in:
Dominik Schmidt
2011-04-20 21:43:14 +02:00
parent 26be5c954d
commit 84019e5d11

View File

@@ -20,6 +20,7 @@
#define SIPHANDLER_H #define SIPHANDLER_H
#include "sip/SipPlugin.h" #include "sip/SipPlugin.h"
#include "dllmacro.h"
#include <QDebug> #include <QDebug>
#include <QObject> #include <QObject>
@@ -27,7 +28,7 @@
#include <QPixmap> #include <QPixmap>
#include <QString> #include <QString>
class SipHandler : public QObject class DLLEXPORT SipHandler : public QObject
{ {
Q_OBJECT Q_OBJECT