mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Further Win32 plugin fixes. Well, hopefully.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user