diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-11-01 12:04:32 +0100 |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-11-01 12:04:32 +0100 |
commit | d5d44eb800f1c0be15d49521cf991a1c9466cb78 (patch) | |
tree | eef2d6c7aecf532afb8e1050659efcce8006f1f1 /src/qt3support/tools/q3ptrlist.qdoc | |
parent | 5fdbfcaa0ebda0b2062d962734546309c6d2247c (diff) | |
download | qt4-tools-d5d44eb800f1c0be15d49521cf991a1c9466cb78.tar.gz |
doc: Corrections to linking errors in the docs.
Diffstat (limited to 'src/qt3support/tools/q3ptrlist.qdoc')
-rw-r--r-- | src/qt3support/tools/q3ptrlist.qdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt3support/tools/q3ptrlist.qdoc b/src/qt3support/tools/q3ptrlist.qdoc index 294e4baa9f..cbba1b7474 100644 --- a/src/qt3support/tools/q3ptrlist.qdoc +++ b/src/qt3support/tools/q3ptrlist.qdoc @@ -93,7 +93,8 @@ also holds pointers to the next and previous list items. The functions currentNode(), removeNode(), and takeNode() operate directly on the Q3LNode, but they should be used with care. The - data component of the node is available through Q3LNode::getData(). + data component of the node is available through Q3LNode's getData() + function. The Q3StrList class is a list of \c char*. It reimplements newItem(), deleteItem() and compareItems(). (But |