diff options
author | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-15 12:58:47 (GMT) |
---|---|---|
committer | Markku Luukkainen <markku.luukkainen@digia.com> | 2009-06-15 12:58:47 (GMT) |
commit | ea271d2e8e418a489d123971e0418b57050402a9 (patch) | |
tree | fd05a49dc918ecfc916e294c81a7aaf6ef2afa1f /src/gui/kernel/qaction.h | |
parent | aef056f9bae16c3c152dfdd50c72cb505870b152 (diff) | |
download | Qt-ea271d2e8e418a489d123971e0418b57050402a9.zip Qt-ea271d2e8e418a489d123971e0418b57050402a9.tar.gz Qt-ea271d2e8e418a489d123971e0418b57050402a9.tar.bz2 |
Added ExitSoftKey role
Diffstat (limited to 'src/gui/kernel/qaction.h')
-rw-r--r-- | src/gui/kernel/qaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qaction.h b/src/gui/kernel/qaction.h index 8791a5c..dfa4933 100644 --- a/src/gui/kernel/qaction.h +++ b/src/gui/kernel/qaction.h @@ -94,7 +94,7 @@ public: enum SoftKeyRole { OptionsSoftKey, SelectSoftKey, BackSoftKey, NextSoftKey, PreviousSoftKey, OkSoftKey, CancelSoftKey, EditSoftKey, ViewSoftKey, BackSpaceSoftKey, EndEditSoftKey, RevertEditSoftKey, DeselectSoftKey, FinishSoftKey, - MenuSoftKey, ContextMenuSoftKey, Key1SoftKey, Key2SoftKey, + MenuSoftKey, ContextMenuSoftKey, ExitSoftKey, Key1SoftKey, Key2SoftKey, Key3SoftKey, Key4SoftKey, CustomSoftKey }; explicit QAction(QObject* parent); QAction(const QString &text, QObject* parent); |