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