mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +02:00
* Added DLLEXPORTs to XSPFLoader and AnimatedCounterLabel.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
58
|
61
|
@@ -8,7 +8,9 @@
|
|||||||
#include <QEasingCurve>
|
#include <QEasingCurve>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
class AnimatedCounterLabel : public QLabel
|
#include "dllmacro.h"
|
||||||
|
|
||||||
|
class DLLEXPORT AnimatedCounterLabel : public QLabel
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
@@ -15,7 +15,9 @@
|
|||||||
#include "playlist.h"
|
#include "playlist.h"
|
||||||
#include "typedefs.h"
|
#include "typedefs.h"
|
||||||
|
|
||||||
class XSPFLoader : public QObject
|
#include "dllmacro.h"
|
||||||
|
|
||||||
|
class DLLEXPORT XSPFLoader : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user