mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-07 01:22:49 +02:00
use our export macro that works on windows :)
This commit is contained in:
parent
a848561e60
commit
743575b91a
@ -5,6 +5,7 @@
|
||||
#include <QtCore/QStringList>
|
||||
|
||||
#include "pimpl_ptr.h"
|
||||
#include "dllmacro.h"
|
||||
|
||||
class QCoreApplication;
|
||||
|
||||
@ -12,7 +13,7 @@ class QCoreApplication;
|
||||
void SIGINT_handler( int sig );
|
||||
#endif
|
||||
|
||||
class KDTOOLSCORE_EXPORT KDSingleApplicationGuard : public QObject
|
||||
class DLLEXPORT KDSingleApplicationGuard : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
#ifndef Q_WS_WIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user