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