summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qapplication_p.h
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-05-11 11:45:37 (GMT)
committeraxis <qt-info@nokia.com>2009-05-11 12:51:15 (GMT)
commitcca5c6b033c23d4e153032012e8279bbcce74728 (patch)
tree17c6239e325e54c37c9adf0496861947742381aa /src/gui/kernel/qapplication_p.h
parentcad2b43b14d676e6afe968a11aa9dfcf6f8be9eb (diff)
downloadQt-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.h2
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)