mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Fixed DLLEXPORT for FuncTimeout.
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
#include "boost/function.hpp"
|
#include "boost/function.hpp"
|
||||||
#include "boost/bind.hpp"
|
#include "boost/bind.hpp"
|
||||||
|
|
||||||
|
#include "dllmacro.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
I want to do:
|
I want to do:
|
||||||
QTimer::singleShot(1000, this, SLOT(doSomething(x)));
|
QTimer::singleShot(1000, this, SLOT(doSomething(x)));
|
||||||
@@ -18,7 +20,7 @@
|
|||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
|
|
||||||
class FuncTimeout : public QObject
|
class DLLEXPORT FuncTimeout : public QObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user