summaryrefslogtreecommitdiff
path: root/tests/auto/configuration/tst_configuration.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/configuration/tst_configuration.cpp')
-rw-r--r--tests/auto/configuration/tst_configuration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/configuration/tst_configuration.cpp b/tests/auto/configuration/tst_configuration.cpp
index 2c34c211..56eed174 100644
--- a/tests/auto/configuration/tst_configuration.cpp
+++ b/tests/auto/configuration/tst_configuration.cpp
@@ -423,7 +423,7 @@ void tst_Configuration::commandLineConfig()
<< "main-cl.qml";
QStringList strCommandLine;
- for (const auto &c : qAsConst(commandLine))
+ for (const auto &c : std::as_const(commandLine))
strCommandLine << QString::fromLatin1(c);
c.parseWithArguments(strCommandLine);