summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/testlib/qtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtest.h b/src/testlib/qtest.h
index 73278791caa..b3f68a5c8bb 100644
--- a/src/testlib/qtest.h
+++ b/src/testlib/qtest.h
@@ -398,7 +398,7 @@ inline char *toString(const std::tuple<Types...> &tuple)
inline char *toString(std::nullptr_t)
{
- return toString(QStringLiteral("nullptr"));
+ return toString(QStringView(u"nullptr"));
}
template<>