summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2024-04-08 10:47:43 -0500
committerThiago Macieira <thiago.macieira@intel.com>2024-04-10 01:23:53 -0500
commit0c0caeb59e252d9ce993695150fb6f3b7610a093 (patch)
tree2d931a3deffad0c82fde84a30b9dbfa3587edc59 /src/corelib/global/qglobal.cpp
parent05408055d52f3fe014fef3c550820011fa8b89f7 (diff)
qt_int_sqrt: update doc of where it is used
Change-Id: If1bf59ecbe014b569ba1fffd17c458ae3af0175f Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
-rw-r--r--src/corelib/global/qglobal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp
index 9a7531e4c5..eb06a95014 100644
--- a/src/corelib/global/qglobal.cpp
+++ b/src/corelib/global/qglobal.cpp
@@ -92,8 +92,8 @@ using namespace Qt::StringLiterals;
/*
Dijkstra's bisection algorithm to find the square root of an integer.
- Deliberately not exported as part of the Qt API, but used in both
- qsimplerichtext.cpp and qgfxraster_qws.cpp
+ Deliberately not exported as part of the Qt API, but used in
+ qtextdocument.cpp.
*/
Q_CORE_EXPORT Q_DECL_CONST_FUNCTION unsigned int qt_int_sqrt(unsigned int n)
{