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