Opened 15 years ago

Closed 15 years ago

#21 closed task (fixed)

Adopt other core classes to OS/2

Reported by: Dmitry A. Kuminov Owned by: Dmitry A. Kuminov
Priority: major Milestone: QtCore Beta
Component: General Version: 4.5.1 Beta 1
Severity: Keywords:
Cc:

Description

There are many classes in corelib that are mainly cross-platform but still have some platform-dependent bits guarded with #ifdef Q_OS_BLABLA in the common source files (as opposed to classes such as QThread where platform-specific functionality is moved to a separate source file). QString is an example of such classes.

We need to check these classes and adopt them to OS/2. A method to find the relevant places is to grep for _WIN (which is part of Q_OS_WIN32, Q_WS_WIN and other similar defines).

Change History (6)

comment:1 by Dmitry A. Kuminov, 15 years ago

Owner: set to Dmitry A. Kuminov
Status: newaccepted

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

Adopted the QtConcurrent namespace in r61.

comment:3 by Silvan Scherrer, 15 years ago

Type: defecttask

comment:4 by Dmitry A. Kuminov, 15 years ago

Adopted QDateTime in r72 (using POSIX functions).

comment:5 by Dmitry A. Kuminov, 15 years ago

In r79, to be exact.

comment:6 by Dmitry A. Kuminov, 15 years ago

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