Opened 16 years ago
Closed 16 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 , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → accepted |
comment:2 by , 16 years ago
comment:3 by , 16 years ago
| Type: | defect → task |
|---|
comment:6 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.

Adopted the QtConcurrent namespace in r61.