Change uses of {to,from}Ascii to {to,from}Latin1 [Designer]
authorThiago Macieira <thiago.macieira@intel.com>
Thu, 3 May 2012 13:43:50 +0000 (15:43 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 3 May 2012 13:54:17 +0000 (15:54 +0200)
commit1d500479de36c8d7709a5a029c9bdd57a52c1077
tree477023969dd0810f0c13321b3ceecf811d191e86
parente68cbe6a7d61611dc048edd82cfba716b443a474
Change uses of {to,from}Ascii to {to,from}Latin1 [Designer]

This operation should be a no-op anyway, since at this point in time,
the fromAscii and toAscii functions simply call their fromLatin1 and
toLatin1 counterparts.

Task-number: QTBUG-21872
Change-Id: Ifb4b164024dd1e75b2f24962e6d5d1816dca5916
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
src/designer/src/designer/qdesigner_actions.cpp
src/designer/src/lib/sdk/abstractintegration.cpp
src/designer/src/lib/shared/csshighlighter.cpp
src/designer/src/lib/shared/formlayoutmenu.cpp
src/designer/src/lib/shared/qdesigner_utils.cpp
src/designer/src/lib/uilib/abstractformbuilder.cpp
src/designer/src/lib/uilib/properties.cpp