1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* Added DLLEXPORTs to XSPFLoader and AnimatedCounterLabel.

This commit is contained in:
Christian Muehlhaeuser
2011-01-14 06:40:44 +01:00
parent b550c55547
commit 1ce52d8dde
3 changed files with 7 additions and 3 deletions

View File

@@ -1 +1 @@
58
61

View File

@@ -8,7 +8,9 @@
#include <QEasingCurve>
#include <cmath>
class AnimatedCounterLabel : public QLabel
#include "dllmacro.h"
class DLLEXPORT AnimatedCounterLabel : public QLabel
{
Q_OBJECT

View File

@@ -15,7 +15,9 @@
#include "playlist.h"
#include "typedefs.h"
class XSPFLoader : public QObject
#include "dllmacro.h"
class DLLEXPORT XSPFLoader : public QObject
{
Q_OBJECT