diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-05-05 12:42:34 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2010-05-05 12:44:02 (GMT) |
commit | e52e699dc2ac01270daf8650c99659e251a88c38 (patch) | |
tree | 0e08ab61b754aa596748c9f4c4301d130f34c822 /src/gui/widgets | |
parent | 20218cbb57a368c2d6981ca7001c6202ed885c24 (diff) | |
download | Qt-e52e699dc2ac01270daf8650c99659e251a88c38.zip Qt-e52e699dc2ac01270daf8650c99659e251a88c38.tar.gz Qt-e52e699dc2ac01270daf8650c99659e251a88c38.tar.bz2 |
document that QMenuBar::setDefaultAction is only available on Win Mobile
Task-number: QTBUG-8393
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/qmenubar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qmenubar.cpp b/src/gui/widgets/qmenubar.cpp index e368d3d..734ed70 100644 --- a/src/gui/widgets/qmenubar.cpp +++ b/src/gui/widgets/qmenubar.cpp @@ -1957,7 +1957,7 @@ bool QMenuBar::isNativeMenuBar() const to the right soft key. Currently there is only support for the default action on Windows - Mobile. All other platforms ignore the default action. + Mobile. On all other platforms this method is not available. \sa defaultAction() */ |