diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-25 12:46:47 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-05-25 12:47:24 (GMT) |
commit | b6b251cb8b36be434cf878a916c15019fd65b6f0 (patch) | |
tree | 6e79e80f06738ceaa5be66f1b8998d47b8aaa590 /src/corelib/concurrent | |
parent | ee443b7873586592773190457ce8d21bcaae248e (diff) | |
download | Qt-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')
-rw-r--r-- | src/corelib/concurrent/qfuturewatcher_p.h | 4 |
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) |