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 Changed 15 years ago by Dmitry A. Kuminov

Owner: set to Dmitry A. Kuminov
Status: newaccepted

comment:2 Changed 15 years ago by Dmitry A. Kuminov

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.

comment:3 Changed 15 years ago by Dmitry A. Kuminov

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 Changed 15 years ago by Dmitry A. Kuminov

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.