﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
21	Adopt other core classes to OS/2	Dmitry A. Kuminov	Dmitry A. Kuminov	"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)."	task	closed	major	QtCore Beta	General	4.5.1 Beta 1		fixed		
