From ff63338d189a49a16b29a503ba23727cfa7e2e66 Mon Sep 17 00:00:00 2001 From: Slávek Banko 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 --- plugins/src/imageformats/mng/main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/src/imageformats/mng/main.cpp') diff --git a/plugins/src/imageformats/mng/main.cpp b/plugins/src/imageformats/mng/main.cpp index 4b09c8992..62e159a35 100644 --- a/plugins/src/imageformats/mng/main.cpp +++ b/plugins/src/imageformats/mng/main.cpp @@ -1,7 +1,3 @@ -#ifndef QT_CLEAN_NAMESPACE -#define QT_CLEAN_NAMESPACE -#endif - #include #ifndef QT_NO_IMAGEFORMATPLUGIN -- cgit v1.2.3