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