summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2009-07-31 12:28:09 (GMT)
committerJanne Anttila <janne.anttila@digia.com>2009-07-31 12:28:09 (GMT)
commit85b9a2ff7f956d97eb9109ef9c4fef66344a3f8f (patch)
tree89cea9f0c157f2220531839af1034aade4c66b0d
parentd9aa5aa137cfd015e429be79ca6662855da96fd3 (diff)
downloadQt-85b9a2ff7f956d97eb9109ef9c4fef66344a3f8f.zip
Qt-85b9a2ff7f956d97eb9109ef9c4fef66344a3f8f.tar.gz
Qt-85b9a2ff7f956d97eb9109ef9c4fef66344a3f8f.tar.bz2
Removed unnecessary code, UID is associated to wserv by framework.
This code was inialy added before we had s60main. Since that time we did not had S60 application framework classes constructed we had to associate application UID to wserv manually to get fast swap window (FSW) working correctly. Now application frameworks take care of associating the UID to wserv window group.
-rw-r--r--src/gui/kernel/qapplication_s60.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/kernel/qapplication_s60.cpp b/src/gui/kernel/qapplication_s60.cpp
index d47747f..766ca4b 100644
--- a/src/gui/kernel/qapplication_s60.cpp
+++ b/src/gui/kernel/qapplication_s60.cpp
@@ -723,11 +723,6 @@ void qt_init(QApplicationPrivate * /* priv */, int)
TSecureId securId = me.SecureId();
S60->uid = securId.operator TUid();
- // New code to configure the window group name such that window server knows the associated application's UID
- CApaWindowGroupName *wgn = CApaWindowGroupName::NewL(S60->wsSession());
- wgn->SetAppUid(S60->uid);
- User::LeaveIfError(wgn->SetWindowGroupName((S60->windowGroup())));
- delete wgn;
/*
### Commented out for now as parameter handling not needed in SOS(yet). Code below will break testlib with -o flag