1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 16:50:11 +02:00

* A few more DLLEXPORTs for win build.

This commit is contained in:
Christian Muehlhaeuser
2011-02-10 10:51:10 +01:00
parent acdaeabd99
commit 9baa54870e
2 changed files with 6 additions and 2 deletions

View File

@@ -9,10 +9,12 @@
#include "network/connection.h"
#include "result.h"
#include "dllmacro.h"
class ControlConnection;
class BufferIODevice;
class FileTransferConnection : public Connection
class DLLEXPORT FileTransferConnection : public Connection
{
Q_OBJECT

View File

@@ -25,6 +25,8 @@
#include "query.h"
#include "playlist/dynamic/DynamicControl.h"
#include "dllmacro.h"
namespace Tomahawk {
/**
@@ -37,7 +39,7 @@ namespace Tomahawk {
* - Statically (ask for X tracks, get X tracks)
* - On Demand (as for next track, ask for next track again, etc)
*/
class GeneratorInterface : public QObject
class DLLEXPORT GeneratorInterface : public QObject
{
Q_OBJECT
Q_PROPERTY( QString type READ type )