aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/font
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2018-03-14 13:24:10 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2018-03-15 07:50:40 +0000
commit6d879ab06a95d6b49e5ca4ad0af12024d5d2a988 (patch)
tree9b10d4c7a7350ee9cc3c82f4847cbcaedbbca4b9 /tests/auto/font
parent63773fd5363e8954e298e775bba7478d612134ef (diff)
QQuickTheme: cleanup the API
Task-number: QTBUG-67062 Change-Id: Id2f821bd41b72f7bce9885295e89c322eb3332f4 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/font')
-rw-r--r--tests/auto/font/tst_font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/font/tst_font.cpp b/tests/auto/font/tst_font.cpp
index 5b69e298..6e705fb4 100644
--- a/tests/auto/font/tst_font.cpp
+++ b/tests/auto/font/tst_font.cpp
@@ -231,7 +231,7 @@ public:
}
}
- const QFont *font(Font type = SystemFont) const override
+ const QFont *font(Font type) const override
{
return fonts[type];
}