diff options
author | axis <qt-info@nokia.com> | 2009-10-05 14:11:04 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-10-05 14:32:01 (GMT) |
commit | 4754ebccb9848bff1cb11caab61f58ac2f441b3c (patch) | |
tree | e328fc234395d869afa292a6b4627b8c94531cf2 /src/gui/widgets | |
parent | 5e1fcb056a42abdfd04d7ca25f55de43dfdcc648 (diff) | |
download | Qt-4754ebccb9848bff1cb11caab61f58ac2f441b3c.zip Qt-4754ebccb9848bff1cb11caab61f58ac2f441b3c.tar.gz Qt-4754ebccb9848bff1cb11caab61f58ac2f441b3c.tar.bz2 |
Added some comments.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qmenu_symbian.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qmenu_symbian.cpp b/src/gui/widgets/qmenu_symbian.cpp index d3d3892..e0eb87e 100644 --- a/src/gui/widgets/qmenu_symbian.cpp +++ b/src/gui/widgets/qmenu_symbian.cpp @@ -397,7 +397,7 @@ void QMenuBarPrivate::QSymbianMenuBarPrivate::rebuild() contextMenuActionList.clear(); if (widgetWithContextMenu) { - contexMenuCommand = qt_symbian_menu_static_cmd_id; + contexMenuCommand = qt_symbian_menu_static_cmd_id; // Increased inside insertNativeMenuItems contextAction.setText(QMenuBar::tr("Actions")); contextMenuActionList.append(&contextAction); insertNativeMenuItems(contextMenuActionList); |