1
0
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:
Christian Muehlhaeuser 2011-03-16 16:35:37 +01:00
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