diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-05-06 09:35:37 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-05-06 09:35:37 (GMT) |
commit | 54313dfcb36286916f5daa7df5d605f2d94b70ea (patch) | |
tree | f3ad0f9d9fee1005aea05aaa93d0ecf4c4c8b2ec /src/gui/text | |
parent | 3cb649475bc8ab50bc7341d47dc8b02e8b6075ea (diff) | |
download | Qt-54313dfcb36286916f5daa7df5d605f2d94b70ea.zip Qt-54313dfcb36286916f5daa7df5d605f2d94b70ea.tar.gz Qt-54313dfcb36286916f5daa7df5d605f2d94b70ea.tar.bz2 |
Doc: Said that QTextCursor is an implicitly shared class in
QTextCursor::operator=
Task-number: 247955
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qtextcursor.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/gui/text/qtextcursor.cpp b/src/gui/text/qtextcursor.cpp index c327b9f..48963bb 100644 --- a/src/gui/text/qtextcursor.cpp +++ b/src/gui/text/qtextcursor.cpp @@ -1074,7 +1074,10 @@ QTextCursor::QTextCursor(const QTextCursor &cursor) } /*! - Makes a copy of \a cursor and assigns it to this QTextCursor. + Makes a copy of \a cursor and assigns it to this QTextCursor. Note + that QTextCursor is an \l{Implicitly Shared Classes}{implicitly + shared} class. + */ QTextCursor &QTextCursor::operator=(const QTextCursor &cursor) { |