diff options
author | David Boddie <dboddie@trolltech.com> | 2009-06-25 14:48:02 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-06-25 14:48:02 (GMT) |
commit | 2d16fc8c596402fe44bb8891733118719f077385 (patch) | |
tree | 2f9163c3d8c7584f98314b59a76b903cd06e6850 /src/corelib/concurrent/qtconcurrentthreadengine.h | |
parent | 93e3a72f56d4b9ab020c58a2a3fac79be5fe49eb (diff) | |
parent | 3e36b311710009039e8ffdfa46702e012f25785b (diff) | |
download | Qt-2d16fc8c596402fe44bb8891733118719f077385.zip Qt-2d16fc8c596402fe44bb8891733118719f077385.tar.gz Qt-2d16fc8c596402fe44bb8891733118719f077385.tar.bz2 |
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'src/corelib/concurrent/qtconcurrentthreadengine.h')
-rw-r--r-- | src/corelib/concurrent/qtconcurrentthreadengine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/concurrent/qtconcurrentthreadengine.h b/src/corelib/concurrent/qtconcurrentthreadengine.h index 286c2b8..896b193 100644 --- a/src/corelib/concurrent/qtconcurrentthreadengine.h +++ b/src/corelib/concurrent/qtconcurrentthreadengine.h @@ -66,7 +66,7 @@ namespace QtConcurrent { // The ThreadEngineBarrier counts worker threads, and allows one // thread to wait for all others to finish. Tested for its use in // QtConcurrent, requires more testing for use as a general class. -class ThreadEngineBarrier +class Q_CORE_EXPORT ThreadEngineBarrier { private: // The thread count is maintained as an integer in the count atomic |