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:
parent
26be5c954d
commit
84019e5d11
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user