diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/kernel/qapplication_p.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h index 2927c45..2404d91 100644 --- a/src/gui/kernel/qapplication_p.h +++ b/src/gui/kernel/qapplication_p.h @@ -74,9 +74,6 @@ #ifdef Q_OS_SYMBIAN #include <w32std.h> #endif -#ifdef Q_WS_MAC -#include <private/qt_mac_p.h> -#endif QT_BEGIN_NAMESPACE @@ -487,13 +484,6 @@ public: static Qt::NavigationMode navigationMode; #endif -// We need to have an autorelease pool in place in order -// to catch releases done in between creating the QApplication -// instance and calling QApplicaiton::exec(); -#if defined(QT_MAC_USE_COCOA) - QMacCocoaAutoReleasePool pool; -#endif - #if defined(Q_WS_MAC) || defined(Q_WS_X11) void _q_alertTimeOut(); QHash<QWidget *, QTimer *> alertTimerHash; |