summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/qmacdefines_mac.h
diff options
context:
space:
mode:
authorMorten Johan Sorvig <morten.sorvig@nokia.com>2012-02-28 12:37:55 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-29 21:04:46 +0100
commit0d68a5aabf4f93236df95da8836ecf62c4e92593 (patch)
tree45d683696c8ac0f902985fd8f2e15fdd19a98646 /src/plugins/platforms/cocoa/qmacdefines_mac.h
parent3a72a1c7ed5adcdf3e473b50cc9c932e9290ee81 (diff)
Remove Mac qDebug ifdefs.
Make qDebug work again with the new logging framework. Change-Id: Ib88a83182429636b274d6284933d5ea00db7279c Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'src/plugins/platforms/cocoa/qmacdefines_mac.h')
-rw-r--r--src/plugins/platforms/cocoa/qmacdefines_mac.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/plugins/platforms/cocoa/qmacdefines_mac.h b/src/plugins/platforms/cocoa/qmacdefines_mac.h
index a35df47227..d89e313bcb 100644
--- a/src/plugins/platforms/cocoa/qmacdefines_mac.h
+++ b/src/plugins/platforms/cocoa/qmacdefines_mac.h
@@ -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