summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/text/qlocale.cpp')
-rw-r--r--src/corelib/text/qlocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/text/qlocale.cpp b/src/corelib/text/qlocale.cpp
index 7993c2139d..811df6dcdc 100644
--- a/src/corelib/text/qlocale.cpp
+++ b/src/corelib/text/qlocale.cpp
@@ -996,9 +996,9 @@ QLocale::QLocale(QStringView name)
#if QT_STRINGVIEW_LEVEL < 2
/*!
+ \fn QLocale::QLocale(const QString &name)
\overload
*/
-QLocale::QLocale(const QString &name) : QLocale(qToStringViewIgnoringNull(name)) {}
#endif
/*!