qt6-bb10/src
Thiago Macieira 11b5825fa0 Fix warning about change of sign
method_relative_ is unsigned, so we can't store a -1 in it.

qobject.cpp(434): warning #68: integer conversion resulted in a change of sign
        callFunction_(0), method_offset_(0), method_relative_(-1)
                                                              ^

Change-Id: If8bf3835590ef2c26b9ca5010d638aa84675ff62
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-08-14 20:20:51 +02:00
..
3rdparty Add Linux Accessibility Bridge 2012-08-14 01:40:06 +02:00
concurrent rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
corelib Fix warning about change of sign 2012-08-14 20:20:51 +02:00
dbus rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
gui Group functions in QAccessibleTextInterface 2012-08-14 09:16:16 +02:00
network Fix sockets for Windows CE 2012-08-14 03:56:55 +02:00
opengl rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
platformsupport Add Linux Accessibility Bridge 2012-08-14 01:40:06 +02:00
plugins (QNX) Make it possible to set physical screen size 2012-08-14 10:07:14 +02:00
printsupport rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
sql qsql_oci: use OCI_COMMIT_ON_SUCCESS for SELECT without transaction 2012-08-13 23:16:38 +02:00
testlib Fix order of namespace/include guards. 2012-08-11 07:30:45 +02:00
tools Add possibility to add OpenSSL, DBUS, MySQL path under Windows 2012-08-07 18:55:43 +02:00
widgets Use Qt::WindowFlags, not Qt::WFlags. 2012-08-13 22:26:27 +02:00
winmain fix misnomer: qt_module.prf => qt_build_config.prf 2012-06-19 16:46:08 +02:00
xml rename qt_module_config.prf => qt_module.prf 2012-08-08 12:04:49 +02:00
src.pro enable platformsupport for -no-widgets 2012-07-04 02:46:27 +02:00