mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-30 17:20:26 +02:00
* A few more DLLEXPORTs for win build.
This commit is contained in:
@@ -9,10 +9,12 @@
|
|||||||
#include "network/connection.h"
|
#include "network/connection.h"
|
||||||
#include "result.h"
|
#include "result.h"
|
||||||
|
|
||||||
|
#include "dllmacro.h"
|
||||||
|
|
||||||
class ControlConnection;
|
class ControlConnection;
|
||||||
class BufferIODevice;
|
class BufferIODevice;
|
||||||
|
|
||||||
class FileTransferConnection : public Connection
|
class DLLEXPORT FileTransferConnection : public Connection
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
@@ -25,6 +25,8 @@
|
|||||||
#include "query.h"
|
#include "query.h"
|
||||||
#include "playlist/dynamic/DynamicControl.h"
|
#include "playlist/dynamic/DynamicControl.h"
|
||||||
|
|
||||||
|
#include "dllmacro.h"
|
||||||
|
|
||||||
namespace Tomahawk {
|
namespace Tomahawk {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -37,7 +39,7 @@ namespace Tomahawk {
|
|||||||
* - Statically (ask for X tracks, get X tracks)
|
* - Statically (ask for X tracks, get X tracks)
|
||||||
* - On Demand (as for next track, ask for next track again, etc)
|
* - On Demand (as for next track, ask for next track again, etc)
|
||||||
*/
|
*/
|
||||||
class GeneratorInterface : public QObject
|
class DLLEXPORT GeneratorInterface : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
Q_PROPERTY( QString type READ type )
|
Q_PROPERTY( QString type READ type )
|
||||||
|
Reference in New Issue
Block a user