Opened 10 years ago
Closed 10 years ago
#21 closed task (fixed)
Adopt other core classes to OS/2
Reported by: | dmik | Owned by: | dmik |
---|---|---|---|
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 10 years ago by dmik
- Owner set to dmik
- Status changed from new to accepted
comment:2 Changed 10 years ago by dmik
comment:3 Changed 10 years ago by diver
- Type changed from defect to task
comment:4 Changed 10 years ago by dmik
Adopted QDateTime in r72 (using POSIX functions).
comment:5 Changed 10 years ago by dmik
In r79, to be exact.
comment:6 Changed 10 years ago by dmik
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
Adopted the QtConcurrent? namespace in r61.