From 21549529ef0e80c3dae28b4d7ea9a8ffb859f351 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Fri, 29 May 2020 12:01:26 +0200 Subject: Rename snippet files to match the carved up corelib/tools/ This is a folllow-up to commits 548513a4bd050d3df0a85fed6e2d1a00ce06d2ab and a9aa206b7b8ac4e69f8c46233b4080e00e845ff5, renaming the snippets files referenced by the files moved out of corelib/tools/ to match the new locations of the files using them. Change-Id: I59f5d3c217ef835e9244387cc769e7212de9d8f5 Reviewed-by: Paul Wicking --- src/corelib/text/qlocale.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/corelib/text/qlocale.cpp') diff --git a/src/corelib/text/qlocale.cpp b/src/corelib/text/qlocale.cpp index c57dc042d3..46f3a5bb05 100644 --- a/src/corelib/text/qlocale.cpp +++ b/src/corelib/text/qlocale.cpp @@ -1562,7 +1562,7 @@ float QLocale::toFloat(const QString &s, bool *ok) const This function does not fall back to the 'C' locale if the string cannot be interpreted in this locale. - \snippet code/src_corelib_tools_qlocale.cpp 3 + \snippet code/src_corelib_text_qlocale.cpp 3 Notice that the last conversion returns 1234.0, because '.' is the thousands group separator in the German locale. @@ -1777,7 +1777,7 @@ float QLocale::toFloat(const QStringRef &s, bool *ok) const This function does not fall back to the 'C' locale if the string cannot be interpreted in this locale. - \snippet code/src_corelib_tools_qlocale.cpp 3 + \snippet code/src_corelib_text_qlocale.cpp 3 Notice that the last conversion returns 1234.0, because '.' is the thousands group separator in the German locale. @@ -1993,7 +1993,7 @@ float QLocale::toFloat(QStringView s, bool *ok) const the "C" locale if the string cannot be interpreted in this locale. - \snippet code/src_corelib_tools_qlocale.cpp 3-qstringview + \snippet code/src_corelib_text_qlocale.cpp 3-qstringview Notice that the last conversion returns 1234.0, because '.' is the thousands group separator in the German locale. -- cgit v1.2.3