summaryrefslogtreecommitdiffstats
path: root/src/corelib/concurrent/qfuturewatcher_p.h
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-05-25 12:46:47 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-05-25 12:47:24 (GMT)
commitb6b251cb8b36be434cf878a916c15019fd65b6f0 (patch)
tree6e79e80f06738ceaa5be66f1b8998d47b8aaa590 /src/corelib/concurrent/qfuturewatcher_p.h
parentee443b7873586592773190457ce8d21bcaae248e (diff)
downloadQt-b6b251cb8b36be434cf878a916c15019fd65b6f0.zip
Qt-b6b251cb8b36be434cf878a916c15019fd65b6f0.tar.gz
Qt-b6b251cb8b36be434cf878a916c15019fd65b6f0.tar.bz2
Removed some export to symbols that don't need it
...hopefully
Diffstat (limited to 'src/corelib/concurrent/qfuturewatcher_p.h')
-rw-r--r--src/corelib/concurrent/qfuturewatcher_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/concurrent/qfuturewatcher_p.h b/src/corelib/concurrent/qfuturewatcher_p.h
index 324839d..d53a1bd 100644
--- a/src/corelib/concurrent/qfuturewatcher_p.h
+++ b/src/corelib/concurrent/qfuturewatcher_p.h
@@ -63,8 +63,8 @@
QT_BEGIN_NAMESPACE
class QFutureWatcherBase;
-class Q_CORE_EXPORT QFutureWatcherBasePrivate : public QObjectPrivate,
- public QFutureCallOutInterface
+class QFutureWatcherBasePrivate : public QObjectPrivate,
+ public QFutureCallOutInterface
{
Q_DECLARE_PUBLIC(QFutureWatcherBase)