mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 04:21:51 +02:00
* Further Win32 plugin fixes. Well, hopefully.
This commit is contained in:
parent
087d910359
commit
08f41b796c
@ -49,7 +49,9 @@
|
||||
# include <windows.h>
|
||||
#endif
|
||||
|
||||
class Jabber_p :
|
||||
#include "dllmacro.h"
|
||||
|
||||
class DLLEXPORT Jabber_p :
|
||||
public QObject,
|
||||
public gloox::ConnectionListener,
|
||||
public gloox::RosterListener,
|
||||
|
@ -13,7 +13,9 @@
|
||||
#include "database/database.h"
|
||||
#include "network/servent.h"
|
||||
|
||||
class Node : public QObject
|
||||
#include "dllmacro.h"
|
||||
|
||||
class DLLEXPORT Node : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -51,7 +53,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
class TomahawkZeroconf : public QObject
|
||||
class DLLEXPORT TomahawkZeroconf : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user