diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-27 23:55:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-10-27 23:55:02 +0900 |
commit | 0614be092185ccde33cd70fe6076f19970ebe571 (patch) | |
tree | f2f066387e6f3b76630ed20610675f8fe6e04a30 /doc/html/porting.html | |
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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 4b5a5d0..9722c7c 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -220,7 +220,6 @@ previously disabled, please check these macro variables: <p> The name of some debugging macro functions has been changed: <p> <ul> <li> <tt>ASSERT</tt> becomes <tt>Q_ASSERT</tt> -<li> <tt>CHECK_PTR</tt> becomes <tt>Q_CHECK_PTR</tt> </ul> <p> For the record, undocumented macro variables that are not part of the API have been changed: |