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:
@@ -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
|
||||
|
||||
|
@@ -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 )
|
||||
|
Reference in New Issue
Block a user