qt_int_sqrt: update doc of where it is used

Change-Id: If1bf59ecbe014b569ba1fffd17c458ae3af0175f
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
bb10
Thiago Macieira 2024-04-08 10:47:43 -05:00
parent 05408055d5
commit 0c0caeb59e
1 changed files with 2 additions and 2 deletions

View File

@ -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)
{