From f00ee657a579e6a0da34492c221c9ca2059a2db0 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 3 May 2012 16:52:19 +0200 Subject: Change uses of {to,from}Ascii to {to,from}Latin1 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: I2e16486d80df6257ab88dc8c3b5d9dd497a19708 Reviewed-by: Aaron McCarthy --- tests/auto/qgeocoordinate/qlocationtestutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/qgeocoordinate') diff --git a/tests/auto/qgeocoordinate/qlocationtestutils.cpp b/tests/auto/qgeocoordinate/qlocationtestutils.cpp index 178470d8..ec876567 100644 --- a/tests/auto/qgeocoordinate/qlocationtestutils.cpp +++ b/tests/auto/qgeocoordinate/qlocationtestutils.cpp @@ -58,7 +58,7 @@ QString QLocationTestUtils::addNmeaChecksumAndBreaks(const QString &sentence) // XOR byte value of all characters between '$' and '*' int result = 0; for (int i=1; i