diff options
author | Michele Calgaro <[email protected]> | 2018-10-27 23:55:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2018-10-27 23:55:02 +0900 |
commit | 0614be092185ccde33cd70fe6076f19970ebe571 (patch) | |
tree | f2f066387e6f3b76630ed20610675f8fe6e04a30 /doc/porting3.doc | |
parent | 03814b8bdda4b7f5cde4386f0aaef1119750fd10 (diff) | |
download | qt3-0614be092185ccde33cd70fe6076f19970ebe571.tar.gz qt3-0614be092185ccde33cd70fe6076f19970ebe571.zip |
Removed obsolete CHECK_PTR and replaced CHECK_PTR/Q_CHECK_PTR with TQ_CHECK_PTR.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/porting3.doc')
-rw-r--r-- | doc/porting3.doc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/porting3.doc b/doc/porting3.doc index 29f1e2e..30717e3 100644 --- a/doc/porting3.doc +++ b/doc/porting3.doc @@ -169,7 +169,6 @@ The name of some debugging macro functions has been changed: \list \i \c ASSERT becomes \c Q_ASSERT -\i \c CHECK_PTR becomes \c Q_CHECK_PTR \endlist For the record, undocumented macro variables that are not part of the API |