Fixed compatibility problem with Exceptionhandling
authorHolger Ihrig <holger.ihrig@digia.com>
Fri, 30 Nov 2012 13:10:26 +0000 (14:10 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 30 Nov 2012 20:57:49 +0000 (21:57 +0100)
commitdcccf32095dfe9e2d544eed931a61c240abd7d03
tree62ef9d1e47de106ae41c2a2546ce6f9a810aaca0
parent1c54dcf3bbd195884035f57bdd76b36e1173d627
Fixed compatibility problem with Exceptionhandling

When QtBase is compiled with Exeptions it was incompatible
with the other modules compiled with QT_NO_EXCEPTIONS.
This resulted in a linker error with
ExceptionStore::throwPossibleExceptions, one time returning a const value
and the other time without it

Change-Id: I0e0dff61aceeec3cfde119b00ed15f3aa9f12659
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/corelib/thread/qexception.h