mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
Add DLLEXPORT macro to SipHandler
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user