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