From ff63338d189a49a16b29a503ba23727cfa7e2e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 24 Sep 2018 17:03:23 +0200 Subject: Always build with a clean namespace QT_CLEAN_NAMESPACE constant is no more needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This may theoretically affect applications created for Qt1 and Qt2, but such applications require further modifications as well. Signed-off-by: Slávek Banko --- doc/html/porting.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/html/porting.html') diff --git a/doc/html/porting.html b/doc/html/porting.html index 8c0a3e10..e5ca3376 100644 --- a/doc/html/porting.html +++ b/doc/html/porting.html @@ -217,9 +217,7 @@ previously disabled, please check these macro variables:
  • CHECK_NULL becomes QT_CHECK_NULL
  • CHECK_MATH becomes QT_CHECK_MATH -

    The name of some debugging macro functions has been changed as well -but source compatibility should not be affected if the macro variable -QT_CLEAN_NAMESPACE is not defined: +

    The name of some debugging macro functions has been changed:

    • ASSERT becomes Q_ASSERT
    • CHECK_PTR becomes TQ_CHECK_PTR -- cgit v1.2.1