mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-13 19:19:33 +00:00
fixed linking on Windows
This commit is contained in:
parent
c00da86463
commit
e8050ebbc1
@ -22,6 +22,7 @@
|
||||
#ifndef QCA_SAFETIMER_H
|
||||
#define QCA_SAFETIMER_H
|
||||
|
||||
#include "qca_export.h"
|
||||
#include <QObject>
|
||||
|
||||
class QEvent;
|
||||
@ -29,7 +30,7 @@ class QTimerEvent;
|
||||
|
||||
namespace QCA {
|
||||
|
||||
class SafeTimer : public QObject
|
||||
class QCA_EXPORT SafeTimer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user