Remove Mac qDebug ifdefs.
authorMorten Johan Sorvig <morten.sorvig@nokia.com>
Tue, 28 Feb 2012 11:37:55 +0000 (12:37 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 29 Feb 2012 20:04:46 +0000 (21:04 +0100)
Make qDebug work again with the new logging framework.

Change-Id: Ib88a83182429636b274d6284933d5ea00db7279c
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
src/corelib/kernel/qcore_mac_p.h
src/plugins/platforms/cocoa/qmacdefines_mac.h

index 78cb0ef..048d746 100644 (file)
 #  define __IMAGECAPTURE__
 #endif
 
-#undef OLD_DEBUG
-#ifdef DEBUG
-# define OLD_DEBUG DEBUG
-# undef DEBUG
-#endif
-#define DEBUG 0
-#ifdef qDebug
-#  define old_qDebug qDebug
-#  undef qDebug
-#endif
-
 #if defined(QT_BUILD_QMAKE) || defined(QT_BOOTSTRAPPED)
 #include <ApplicationServices/ApplicationServices.h>
 #else
 #include <Foundation/Foundation.h>
 #endif
 
-#undef DEBUG
-#ifdef OLD_DEBUG
-#  define DEBUG OLD_DEBUG
-#  undef OLD_DEBUG
-#endif
-
-#ifdef old_qDebug
-#  undef qDebug
-#  define qDebug QT_NO_QDEBUG_MACRO
-#  undef old_qDebug
-#endif
-
 #include "qstring.h"
 
 QT_BEGIN_NAMESPACE
index a35df47..d89e313 100644 (file)
@@ -93,11 +93,6 @@ Yes, it is an informative comment ;-)
 
 #include <QtCore/qglobal.h>
 
-#ifdef qDebug
-#  define old_qDebug qDebug
-#  undef qDebug
-#endif
-
 #ifdef __LP64__
 typedef signed int OSStatus;
 #else
@@ -149,9 +144,3 @@ typedef AERecord AppleEvent;
 #ifdef check
 #undef check
 #endif
-
-#ifdef old_qDebug
-#  undef qDebug
-#  define qDebug QT_NO_QDEBUG_MACRO
-#  undef old_qDebug
-#endif