summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qaction.h
diff options
context:
space:
mode:
authorMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-15 12:58:47 (GMT)
committerMarkku Luukkainen <markku.luukkainen@digia.com>2009-06-15 12:58:47 (GMT)
commitea271d2e8e418a489d123971e0418b57050402a9 (patch)
treefd05a49dc918ecfc916e294c81a7aaf6ef2afa1f /src/gui/kernel/qaction.h
parentaef056f9bae16c3c152dfdd50c72cb505870b152 (diff)
downloadQt-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.h2
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);