make fromWCharArray() and toWCharArray() inlined
authorKonstantin Ritt <ritt.ks@gmail.com>
Tue, 18 Oct 2011 10:27:24 +0000 (12:27 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 18 Oct 2011 12:15:50 +0000 (14:15 +0200)
commit74110936f0426248058e1ec1655b5c164bf40b70
tree1761fdef058fc26a945323ea36d4ed6b30be590c
parent044770f9b004ff364a1581a4a442bcad2e663325
make fromWCharArray() and toWCharArray() inlined

because we may have the size of wchar_t varying,
we need to know which is the correct encoding: UTF-16 or UCS-4

Merge-request: 49
Change-Id: Ib5a1e7dea51d0cd8394e686634a36aae984fa072
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/corelib/tools/qstring.cpp
src/corelib/tools/qstring.h