Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCore
authorMarc Mutz <marc.mutz@kdab.com>
Mon, 27 Aug 2012 15:23:33 +0000 (17:23 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Sep 2012 21:50:10 +0000 (23:50 +0200)
commita65a98399bf45924eb4d9394cf1e905b489639cc
treedab81fdde3c50e9b160936a9527b7172a85e4ad3
parent3a29976eac1ff95e663d49886dc82611a175fed9
Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCore

No compatibility header needed. While this wasn't marked as private API,
it wasn't documented, either.

This is a prerequisite for moving QFuture to QtCore.

Change-Id: I8e986e6e2a22fbe5cf08d0600ec39ae9ae993e20
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
12 files changed:
src/concurrent/concurrent.pro
src/concurrent/qfutureinterface.cpp
src/concurrent/qfutureinterface.h
src/concurrent/qfutureinterface_p.h
src/corelib/thread/qresultstore.cpp [moved from src/concurrent/qtconcurrentresultstore.cpp with 98% similarity]
src/corelib/thread/qresultstore.h [moved from src/concurrent/qtconcurrentresultstore.h with 96% similarity]
src/corelib/thread/thread.pri
tests/auto/concurrent/concurrent.pro
tests/auto/concurrent/qfuture/tst_qfuture.cpp
tests/auto/corelib/thread/qresultstore/qresultstore.pro [moved from tests/auto/concurrent/qtconcurrentresultstore/qtconcurrentresultstore.pro with 64% similarity]
tests/auto/corelib/thread/qresultstore/tst_qresultstore.cpp [moved from tests/auto/concurrent/qtconcurrentresultstore/tst_qtconcurrentresultstore.cpp with 99% similarity]
tests/auto/corelib/thread/thread.pro