summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-07 09:12:18 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-07 09:12:18 (GMT)
commit8c8bfec2083e10bc9869940c1b91b6e7897ab9d8 (patch)
tree4ef0ee22908683b27833c30bb90a651c4020a5a3 /src/corelib
parent1fef5048ba6bf9a55985103c28fea3a74bf558d2 (diff)
downloadQt-8c8bfec2083e10bc9869940c1b91b6e7897ab9d8.zip
Qt-8c8bfec2083e10bc9869940c1b91b6e7897ab9d8.tar.gz
Qt-8c8bfec2083e10bc9869940c1b91b6e7897ab9d8.tar.bz2
Doc: correcting bug - lenght() pointed to setLength() in "See also" section. Correct link is resize()
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index d1060d2..ff9d877 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -4275,7 +4275,7 @@ QString& QString::fill(QChar ch, int size)
Returns the number of characters in this string. Equivalent to
size().
- \sa setLength()
+ \sa resize()
*/
/*!