summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2018-08-21 14:45:44 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-08-23 16:28:15 +0000
commit32aaabf6075cd46249de0e3d4c8f038a9ac46fbc (patch)
tree8aab71d6992520a21f25b191f5b72709e668fffd /tests/auto/quick
parent42a1f19e3d06b8b23ab13c7479b754a05bee2b5e (diff)
tests: Fix build against Qt 5.9
Change-Id: I9a6b4e7625700c1ff2621f4e2a2125727c34d3a1 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'tests/auto/quick')
-rw-r--r--tests/auto/quick/dialogs/tst_dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/dialogs/tst_dialogs.cpp b/tests/auto/quick/dialogs/tst_dialogs.cpp
index e1032f16c..ecc2764fd 100644
--- a/tests/auto/quick/dialogs/tst_dialogs.cpp
+++ b/tests/auto/quick/dialogs/tst_dialogs.cpp
@@ -175,7 +175,7 @@ void tst_Dialogs::authenticationDialogRequested()
QCOMPARE(dialog->type(), type);
QCOMPARE(dialog->realm(),realm);
QCOMPARE(dialog->url(), url);
- QCOMPARE(dialog->proxyHost(), "localhost");
+ QCOMPARE(dialog->proxyHost(), QStringLiteral("localhost"));
}
void tst_Dialogs::javaScriptDialogRequested_data()