Fix build with QT_NO_EXCEPTIONS
authorHarald Fernengel <harald.fernengel@nokia.com>
Wed, 12 Sep 2012 12:27:18 +0000 (14:27 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 12 Sep 2012 13:24:17 +0000 (15:24 +0200)
commitee1e37cc64bf68f221e80dd0aa11c571f2e40a33
tree73e49e630fa08537fc5d78bf1b60d673065e8768
parente0a847dca94230617c120f5e6bbe29975aa31688
Fix build with QT_NO_EXCEPTIONS

qTerminate is declared within a #ifndef QT_NO_EXCEPTIONS block, so the
implementation must use the same #ifdef

Change-Id: I5d2d58a55fce5084c0538d18a9dd3998b12ed703
Reviewed-by: Qt Doc Bot <qt_docbot@qt-project.org>
Reviewed-by: Arvid Picciani <aep@exys.org>
src/corelib/global/qglobal.cpp