diff options
author | axis <qt-info@nokia.com> | 2009-09-03 14:43:44 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-09-03 14:43:44 (GMT) |
commit | 0adfe49f2deb1d6995753a23405317f91b487c51 (patch) | |
tree | 8bfcfca6e8a429a9690b704c4ba2456f6ac8645a /src/gui/kernel/qt_s60_p.h | |
parent | f360180890298618ef3284c08789c2a243e1ba9d (diff) | |
parent | c13b97f2f24d2ff2e62bedead5e3d50f8b992c1a (diff) | |
download | Qt-0adfe49f2deb1d6995753a23405317f91b487c51.zip Qt-0adfe49f2deb1d6995753a23405317f91b487c51.tar.gz Qt-0adfe49f2deb1d6995753a23405317f91b487c51.tar.bz2 |
Merge branch 'minimizeWrapperApp' into 4.6
Diffstat (limited to 'src/gui/kernel/qt_s60_p.h')
-rw-r--r-- | src/gui/kernel/qt_s60_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qt_s60_p.h b/src/gui/kernel/qt_s60_p.h index 78301af..ea1ca69 100644 --- a/src/gui/kernel/qt_s60_p.h +++ b/src/gui/kernel/qt_s60_p.h @@ -95,6 +95,7 @@ public: int screenHeightInTwips; int defaultDpiX; int defaultDpiY; + int qtOwnsS60Environment : 1; static inline void updateScreenSize(); static inline RWsSession& wsSession(); static inline RWindowGroup& windowGroup(); |