diff options
author | Slávek Banko <[email protected]> | 2018-09-24 17:03:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-09-24 17:03:23 +0200 |
commit | ff63338d189a49a16b29a503ba23727cfa7e2e66 (patch) | |
tree | c6e82e67044286fe4471e97c8f079a2d205f979a /doc/html/porting.html | |
parent | 02964eb384e1b5a73a198d04262497607d81e38f (diff) | |
download | tqt3-ff63338d189a49a16b29a503ba23727cfa7e2e66.tar.gz tqt3-ff63338d189a49a16b29a503ba23727cfa7e2e66.zip |
Always build with a clean namespace
QT_CLEAN_NAMESPACE constant is no more needed
This may theoretically affect applications created for Qt1 and Qt2,
but such applications require further modifications as well.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/html/porting.html')
-rw-r--r-- | doc/html/porting.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/html/porting.html b/doc/html/porting.html index 8c0a3e10a..e5ca33762 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -217,9 +217,7 @@ previously disabled, please check these macro variables: <li> <tt>CHECK_NULL</tt> becomes <tt>QT_CHECK_NULL</tt> <li> <tt>CHECK_MATH</tt> becomes <tt>QT_CHECK_MATH</tt> </ul> -<p> The name of some debugging macro functions has been changed as well -but source compatibility should not be affected if the macro variable -<tt>QT_CLEAN_NAMESPACE</tt> is not defined: +<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>TQ_CHECK_PTR</tt> |