summaryrefslogtreecommitdiffstats
path: root/src/s60main
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-08 10:47:00 +0200
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-08 10:47:00 +0200
commit5b0f60b7eae6daac9ef45726cdc8cde18bcb69f9 (patch)
tree2252034e3acc3b6b7cd4bc2badc53238cc099f50 /src/s60main
parent8938f242414cc67f8a4081222857bfeb16bb5f37 (diff)
Set empty buttons by default
Diffstat (limited to 'src/s60main')
-rw-r--r--src/s60main/qts60mainappui.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s60main/qts60mainappui.cpp b/src/s60main/qts60mainappui.cpp
index 47312af689..7d38f33bbe 100644
--- a/src/s60main/qts60mainappui.cpp
+++ b/src/s60main/qts60mainappui.cpp
@@ -68,6 +68,9 @@ void CQtS60MainAppUi::ConstructL()
// even these flags are defined
BaseConstructL(CAknAppUi::EAknEnableSkin);
+ CEikButtonGroupContainer* nativeContainer = Cba();
+ nativeContainer->SetCommandSetL(R_AVKON_SOFTKEYS_EMPTY_WITH_IDS);
+
// Create async callback to call Qt main,
// this is required to give S60 app FW to finish starting correctly
TCallBack callBack( OpenCMainStaticCallBack, this );