diff options
author | axis <qt-info@nokia.com> | 2009-05-11 11:45:37 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-05-11 12:51:15 (GMT) |
commit | cca5c6b033c23d4e153032012e8279bbcce74728 (patch) | |
tree | 17c6239e325e54c37c9adf0496861947742381aa /src/gui/kernel/qapplication_p.h | |
parent | cad2b43b14d676e6afe968a11aa9dfcf6f8be9eb (diff) | |
download | Qt-cca5c6b033c23d4e153032012e8279bbcce74728.zip Qt-cca5c6b033c23d4e153032012e8279bbcce74728.tar.gz Qt-cca5c6b033c23d4e153032012e8279bbcce74728.tar.bz2 |
Make autoSipEnabled available on all platforms.
This is relevant on S60 too, so it's time to make it cross platform.
RevBy: mauricek
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r-- | src/gui/kernel/qapplication_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h index bfc5652..a6fc602 100644 --- a/src/gui/kernel/qapplication_p.h +++ b/src/gui/kernel/qapplication_p.h @@ -221,8 +221,8 @@ public: static void emitLastWindowClosed(); #ifdef Q_OS_WINCE static int autoMaximizeThreshold; - static bool autoSipEnabled; #endif + static bool autoSipEnabled; static QGraphicsSystem *graphicsSystem() #if !defined(Q_WS_QWS) |