src/gui/widgets/qmainwindow.cpp
branchRCL_3
changeset 5 d3bac044e0f0
parent 4 3b1da2848fc7
child 8 3f74d0d4af4c
--- a/src/gui/widgets/qmainwindow.cpp	Fri Feb 19 23:40:16 2010 +0200
+++ b/src/gui/widgets/qmainwindow.cpp	Fri Mar 12 15:46:37 2010 +0200
@@ -119,8 +119,6 @@
     q->setAttribute(Qt::WA_Hover);
 #ifdef QT_SOFTKEYS_ENABLED
     menuBarAction = QSoftKeyManager::createAction(QSoftKeyManager::MenuSoftKey, q);
-    menuBarAction->setObjectName(QLatin1String("_q_menuSoftKeyAction"));
-    menuBarAction->setVisible(false);
 #endif
 }