QCoreApplication - add return type bool on install/remove translator
authorThorbjørn Lund Martsum <tmartsum@gmail.com>
Tue, 20 Mar 2012 07:47:57 +0000 (08:47 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 21 Mar 2012 10:02:46 +0000 (11:02 +0100)
commita4a61bb3efac34a202c102f19b170ca705a6901e
tree01c0b8dc0ace9d04c01c659dc819df3838a2ba69
parent37b0a8e7e645b97df57aae44059b2aa35bc909c3
QCoreApplication - add return type bool on install/remove translator

This add a bool as return value on QCoreApplication::installTranslator
and QCoreApplication::removeTranslator. It returns true on success.

Before it was very clumsy to detected this. It was needed to react
on the signal and mark a success - just to provide an error message
on failure.

This is 99.99% source compatible - only if someone grabs a function
pointer to this - it will break the code - but it seems to be very
theoretic.

Change-Id: I947fcee1352f530e559bb177a90c10d84eed1aec
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/kernel/qcoreapplication.cpp
src/corelib/kernel/qcoreapplication.h