1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-25 10:19:41 +01: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
#include "sip/SipPlugin.h"
#include "dllmacro.h"
#include <QDebug>
#include <QObject>
@ -27,7 +28,7 @@
#include <QPixmap>
#include <QString>
class SipHandler : public QObject
class DLLEXPORT SipHandler : public QObject
{
Q_OBJECT