Opened 15 years ago
Closed 15 years ago
#13 closed task (fixed)
Port QThread, QMutex, QWaitCondition
Reported by: | Dmitry A. Kuminov | Owned by: | Dmitry A. Kuminov |
---|---|---|---|
Priority: | major | Milestone: | QtCore Beta |
Component: | QtCore | Version: | 4.5.1 Beta 1 |
Severity: | Keywords: | ||
Cc: |
Description
Provide OS/2 versions of the QThread, QMutex and QWaitCondition classes.
Change History (4)
comment:1 by , 15 years ago
Owner: | set to |
---|---|
Status: | new → accepted |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Ported QThread in r69. Nothing to be done here except some testing using examples from the distribution. Will do it later, when Qt3Core.dll is built.
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
I've ported QMutex and QWaitCondition (was quite easy), however QThread has many cross-dependencies, for example QCoreApplication or QEventDispatcher.
Will have to do everything in parallel.