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 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

Adopted the QtConcurrent? namespace in r61.

comment:3 Changed 15 years ago by Silvan Scherrer

Type: defecttask

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

Adopted QDateTime in r72 (using POSIX functions).

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

In r79, to be exact.

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

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