mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 22:56:42 +02:00
use our export macro that works on windows :)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user