summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qfuturewatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/qfuturewatcher.h')
-rw-r--r--src/concurrent/qfuturewatcher.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/concurrent/qfuturewatcher.h b/src/concurrent/qfuturewatcher.h
index 0e94863d12..11dab42174 100644
--- a/src/concurrent/qfuturewatcher.h
+++ b/src/concurrent/qfuturewatcher.h
@@ -42,6 +42,8 @@
#ifndef QFUTUREWATCHER_H
#define QFUTUREWATCHER_H
+#include <QtConcurrent/qtconcurrent_global.h>
+
#include <QtConcurrent/qfuture.h>
#ifndef QT_NO_QFUTURE
@@ -55,7 +57,7 @@ QT_BEGIN_NAMESPACE
class QEvent;
class QFutureWatcherBasePrivate;
-class Q_CORE_EXPORT QFutureWatcherBase : public QObject
+class Q_CONCURRENT_EXPORT QFutureWatcherBase : public QObject
{
Q_OBJECT
Q_DECLARE_PRIVATE(QFutureWatcherBase)