From 1ce52d8dde5859a6d7647c0a9c3acfab856f3966 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 14 Jan 2011 06:40:44 +0100 Subject: [PATCH] * Added DLLEXPORTs to XSPFLoader and AnimatedCounterLabel. --- admin/win/revision.txt | 2 +- src/libtomahawk/utils/animatedcounterlabel.h | 4 +++- src/libtomahawk/utils/xspfloader.h | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/admin/win/revision.txt b/admin/win/revision.txt index 4800c7da6..eebd1d10b 100644 --- a/admin/win/revision.txt +++ b/admin/win/revision.txt @@ -1 +1 @@ -58 \ No newline at end of file +61 \ No newline at end of file diff --git a/src/libtomahawk/utils/animatedcounterlabel.h b/src/libtomahawk/utils/animatedcounterlabel.h index 3cf22c8da..2ea8b67ca 100644 --- a/src/libtomahawk/utils/animatedcounterlabel.h +++ b/src/libtomahawk/utils/animatedcounterlabel.h @@ -8,7 +8,9 @@ #include #include -class AnimatedCounterLabel : public QLabel +#include "dllmacro.h" + +class DLLEXPORT AnimatedCounterLabel : public QLabel { Q_OBJECT diff --git a/src/libtomahawk/utils/xspfloader.h b/src/libtomahawk/utils/xspfloader.h index 0572c5094..f264c62a9 100644 --- a/src/libtomahawk/utils/xspfloader.h +++ b/src/libtomahawk/utils/xspfloader.h @@ -15,7 +15,9 @@ #include "playlist.h" #include "typedefs.h" -class XSPFLoader : public QObject +#include "dllmacro.h" + +class DLLEXPORT XSPFLoader : public QObject { Q_OBJECT