diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-07 14:56:09 +0900 |
commit | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (patch) | |
tree | 2d674f204c5205ca577a782e1b50583afd563972 /doc/tqmap.doc | |
parent | 628b0bb74c3fc327efff8add9c73ada04b1cbea2 (diff) | |
download | tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.tar.gz tqt3-87d29563e3ccdeb7fea0197e262e667ef323ff9c.zip |
Rename utility class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/tqmap.doc')
-rw-r--r-- | doc/tqmap.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tqmap.doc b/doc/tqmap.doc index cad832f46..c7db0dc0f 100644 --- a/doc/tqmap.doc +++ b/doc/tqmap.doc @@ -60,7 +60,7 @@ dictionary with keys of type Key and values of type Data. TQMap does not store pointers to the members of the map; instead, it holds a copy of every member. For this reason, TQMap is - value-based, whereas TQPtrList and QDict are pointer-based. + value-based, whereas TQPtrList and TQDict are pointer-based. TQMap contains and manages a collection of objects of type Data with associated key values of type Key and provides iterators that @@ -624,7 +624,7 @@ iterators, and the iterators don't even know to which map they belong. That makes things fast but a bit dangerous because it is up to you to make sure that the iterators you are using are still - valid. QDictIterator will be able to give warnings, whereas + valid. TQDictIterator will be able to give warnings, whereas TQMapIterator may end up in an undefined state. For every Iterator there is also a ConstIterator. You must use the |