1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +02:00

* Further Win32 plugin fixes. Well, hopefully.

This commit is contained in:
Christian Muehlhaeuser
2011-01-04 09:55:04 +01:00
parent 087d910359
commit 08f41b796c
2 changed files with 7 additions and 3 deletions

View File

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

View File

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