1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-21 08:21:54 +02:00

* Fix SIP plugins on Win32.

This commit is contained in:
Christian Muehlhaeuser 2011-01-01 00:20:28 +01:00
parent 8b9b02e15d
commit 82bd91af19
2 changed files with 6 additions and 2 deletions

View File

@ -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 )

View File

@ -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 )