]> code.ossystems Code Review - openembedded-core.git/commit
qt4-tools-nativesdk: fix compile failure in src/dbus
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sat, 18 Jun 2011 18:24:07 +0000 (19:24 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jun 2011 16:41:39 +0000 (17:41 +0100)
commit17d5422460bf9074223475b15d128171d12b170a
tree88b02674d76a3f1db3d0fb7d583bcb7f6303c9d7
parentbc5647504268ec4ef8a20dd1a6f9bdf7e6849ba7
qt4-tools-nativesdk: fix compile failure in src/dbus

[Qt #17962]   -- http://bugreports.qt.nokia.com/browse/QTBUG-17962
[YOCTO #1168] -- http://bugzilla.pokylinux.org/show_bug.cgi?id=1168

Fix "invalid conversion from 'const void*' to 'void*'" error compiling
src/dbus/qdbusintegrator.cpp. It is assumed that the use of "const" here
is incorrect as no other usage of Q_GLOBAL_STATIC_WITH_ARGS uses const
prefix on the first (TYPE) argument.

Patch was imported from the Qt bug tracker (see above reference); the
patch was rejected but for procedural rather than validity reasons.

Fixes [YOCTO #1168]

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/recipes-qt/qt4/files/qt-dbus-const.patch [new file with mode: 0644]
meta/recipes-qt/qt4/qt4-tools-nativesdk.inc