aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickuniversalstyleconf/tst_qquickuniversalstyleconf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickuniversalstyleconf/tst_qquickuniversalstyleconf.cpp')
-rw-r--r--tests/auto/qquickuniversalstyleconf/tst_qquickuniversalstyleconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qquickuniversalstyleconf/tst_qquickuniversalstyleconf.cpp b/tests/auto/qquickuniversalstyleconf/tst_qquickuniversalstyleconf.cpp
index 08eae67c..bef3b1cd 100644
--- a/tests/auto/qquickuniversalstyleconf/tst_qquickuniversalstyleconf.cpp
+++ b/tests/auto/qquickuniversalstyleconf/tst_qquickuniversalstyleconf.cpp
@@ -57,7 +57,7 @@ void tst_qquickuniversalstyleconf::conf()
QVERIFY2(helper.ready, helper.failureMessage());
QFont customFont;
- customFont.setFamily("Courier");
+ customFont.setFamilies(QStringList{QLatin1String("Courier")});
customFont.setPixelSize(22);
QQuickApplicationWindow *window = helper.appWindow;