diff options
author | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-30 11:20:09 (GMT) |
---|---|---|
committer | Jørgen Lind <jorgen.lind@nokia.com> | 2009-10-30 11:30:28 (GMT) |
commit | b68cd1df21935fc032a93c7d7bc33fcb77c7b8cd (patch) | |
tree | 2b04403216cd5d7181fb4f001964c253415fb7fe /src/corelib/global/qfeatures.txt | |
parent | 9c681ddc3a70b220de5d38de498ab1804ec12d4a (diff) | |
download | Qt-b68cd1df21935fc032a93c7d7bc33fcb77c7b8cd.zip Qt-b68cd1df21935fc032a93c7d7bc33fcb77c7b8cd.tar.gz Qt-b68cd1df21935fc032a93c7d7bc33fcb77c7b8cd.tar.bz2 |
Reverts bf1a6bb6b3b8c98f6ab402512eb2f1996c2435c7
and removes THREAD from qfeature
Reviewed-by: Trust Me
Diffstat (limited to 'src/corelib/global/qfeatures.txt')
-rw-r--r-- | src/corelib/global/qfeatures.txt | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/src/corelib/global/qfeatures.txt b/src/corelib/global/qfeatures.txt index 543056f..ff34006 100644 --- a/src/corelib/global/qfeatures.txt +++ b/src/corelib/global/qfeatures.txt @@ -28,17 +28,10 @@ Requires: Name: CssParser SeeAlso: ??? -Feature: THREAD -Description: Supports multithreaded programming. -Section: Kernel -Requires: -Name: QThread -SeeAlso: ??? - Feature: CONCURRENT Description: Provides a high-level multi-threaded APIs Section: Kernel -Requires: THREAD +Requires: Name: QtConcurrent SeeAlso: ??? @@ -195,7 +188,7 @@ SeeAlso: ??? Feature: PROCESS Description: Supports external process invocation. Section: File I/O -Requires: THREAD +Requires: Name: QProcess SeeAlso: ??? @@ -245,7 +238,7 @@ Feature: FILESYSTEMWATCHER Description: Provides an interface for monitoring files and directories for modications. Section: File I/O -Requires: THREAD +Requires: Name: QFileSystemWatcher SeeAlso: ??? @@ -1166,7 +1159,7 @@ SeeAlso: ??? Feature: ANIMATION Description: Provides a framework for animations. Section: Utilities -Requires: PROPERTIES THREAD +Requires: PROPERTIES Name: Animation SeeAlso: ??? |