From 230ed5e400ea4276d927570a7781cfcb5c7a534a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 25 Sep 2018 20:57:27 +0900 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. --------------------------- Cherry picked and adapted from commit ff63338d in tqt3 from Slávek Banko Signed-off-by: Michele Calgaro --- plugins/src/imageformats/jpeg/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/src/imageformats/jpeg/main.cpp') diff --git a/plugins/src/imageformats/jpeg/main.cpp b/plugins/src/imageformats/jpeg/main.cpp index d2fa377..9f3311e 100644 --- a/plugins/src/imageformats/jpeg/main.cpp +++ b/plugins/src/imageformats/jpeg/main.cpp @@ -1,6 +1,3 @@ -#ifndef QT_CLEAN_NAMESPACE -#define QT_CLEAN_NAMESPACE -#endif #include #ifndef QT_NO_IMAGEFORMATPLUGIN -- cgit v1.2.3