diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-07 17:05:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-07-07 18:41:45 +0900 |
commit | 0c8091f80e1c2bd853e8850f2e6300c055471382 (patch) | |
tree | c35aec9cd2c41f9064e7eaa6aafc0f8aa6734b27 /doc/porting3.doc | |
parent | b195cee3f4e3807d41c9cf729c1b4dcb54cd20e2 (diff) | |
download | tqt-0c8091f8.tar.gz tqt-0c8091f8.zip |
Reintroduced porting documentation previously removed
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fd565e9bad03fc401559959b8c3a5f8e3d819b2f)
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index c3024625f..8d55bbe88 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -358,8 +358,8 @@ passed to the standard C functions in your code base. \section1 Collection Class Renaming The classes QArray, QCollection, QList, QListIterator, QQueue, QStack -and QVector have been renamed. To ease porting, the old names and the -old header-file names are still supported. +and QVector have been renamed as per the following table. The original +names are no longer avaialable. \table \header \i Old Name \i New Name \i New Header File |