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 --- src/kernel/qapplication_x11.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/kernel/qapplication_x11.cpp') diff --git a/src/kernel/qapplication_x11.cpp b/src/kernel/qapplication_x11.cpp index 8e859349c..08402bb1d 100644 --- a/src/kernel/qapplication_x11.cpp +++ b/src/kernel/qapplication_x11.cpp @@ -44,9 +44,6 @@ // provide a proper alternative for others. See also the exports in // qapplication_win.cpp which suggest a unification. -// ### needed for solaris-g++ in beta5 -#define QT_CLEAN_NAMESPACE - #include "qplatformdefs.h" // POSIX Large File Support redefines open -> open64 -- cgit v1.2.3