diff options
author | Liang Qi <liang.qi@theqtcompany.com> | 2015-12-10 09:06:09 +0100 |
---|---|---|
committer | Liang Qi <liang.qi@theqtcompany.com> | 2015-12-10 08:24:49 +0000 |
commit | 8ba610490e2d93526c165584e2f52c7ae8e9edc0 (patch) | |
tree | f39d3f5f88c9f79d7b52fa9bbc30678f6fdc39b2 /tests | |
parent | ee56885f52b63132bffafad1ccc8830a65d129fa (diff) | |
download | qtxmlpatterns-8ba610490e2d93526c165584e2f52c7ae8e9edc0.tar.gz |
Change uses of toAscii to toLatin1v5.6.0-beta1
This ammends e19bbdf8.
Change-Id: Idebb29cdbb6fb30ac446701ebc415a7944f48421
Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/xmlpatternssdk/TestCase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/xmlpatternssdk/TestCase.cpp b/tests/auto/xmlpatternssdk/TestCase.cpp index 9ae86ad..acf9e84 100644 --- a/tests/auto/xmlpatternssdk/TestCase.cpp +++ b/tests/auto/xmlpatternssdk/TestCase.cpp @@ -78,7 +78,7 @@ TestResult::List TestCase::execute(const ExecutionStage stage, return TestResult::List(); } - const QByteArray nm = name().toAscii(); + const QByteArray nm = name().toLatin1(); if(name() == QLatin1String("Constr-cont-document-3")) { |