mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Fix SIP plugins on Win32.
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
#include "sip/SipPlugin.h"
|
||||
#include "jabber_p.h"
|
||||
|
||||
class JabberPlugin : public SipPlugin
|
||||
#include "dllmacro.h"
|
||||
|
||||
class DLLEXPORT JabberPlugin : public SipPlugin
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES( SipPlugin )
|
||||
|
@@ -4,7 +4,9 @@
|
||||
#include "sip/SipPlugin.h"
|
||||
#include "tomahawkzeroconf.h"
|
||||
|
||||
class ZeroconfPlugin : public SipPlugin
|
||||
#include "dllmacro.h"
|
||||
|
||||
class DLLEXPORT ZeroconfPlugin : public SipPlugin
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_INTERFACES( SipPlugin )
|
||||
|
Reference in New Issue
Block a user