Deinlined QLocale::operator==
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>
Mon, 2 Jan 2012 21:34:50 +0000 (22:34 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 4 Jan 2012 05:01:33 +0000 (06:01 +0100)
commite570cad9d7c980ca13f4342c124c06b4bde0e313
treef17f784c870dcc6837cfb3c0594803104262df01
parent01674860ac85a42eb152092c6e99f7ad03346977
Deinlined QLocale::operator==

Some time ago this was a blocker that didn't allow to refactor QLocale
implementation due without making binary incompatible changes. Deinlining those
functions for Qt5, it shouldn't be performance critical code path.

Change-Id: I6cb19e32188a2df223d04be0c613a6176ad8d118
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/tools/qlocale.cpp
src/corelib/tools/qlocale.h