summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qfutureinterface.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-02-06 13:45:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-06 16:48:22 +0100
commit8cb26f85119e6f11da613c95790c1b2c19f01dbd (patch)
tree4d0019bfc03c23242072dd98e721ea7acbb7e78e /src/concurrent/qfutureinterface.h
parent86ee853f47ebe9d9705434ab4311caf20c1db7d6 (diff)
Complete split of QtConcurrent.
- Fix exports. - Fix tests. Acked-by: Thiago Macieira <thiago.macieira@intel.com> Change-Id: I2df923ba74b468f5ee09b3a48ae3d09920751365 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/concurrent/qfutureinterface.h')
-rw-r--r--src/concurrent/qfutureinterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qfutureinterface.h b/src/concurrent/qfutureinterface.h
index f64623ae58..3f05466cc6 100644
--- a/src/concurrent/qfutureinterface.h
+++ b/src/concurrent/qfutureinterface.h
@@ -60,7 +60,7 @@ class QFutureInterfaceBasePrivate;
class QFutureWatcherBase;
class QFutureWatcherBasePrivate;
-class Q_CORE_EXPORT QFutureInterfaceBase
+class Q_CONCURRENT_EXPORT QFutureInterfaceBase
{
public:
enum State {