diff options
| author | Glenn Smith <glenn@vector35.com> | 2026-04-15 20:04:36 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2026-04-24 14:17:22 -0400 |
| commit | 0917294816301536180495048727204440882880 (patch) | |
| tree | 6868ec5a6049dd51b4c8afaa5553d91adc4d555e /ui | |
| parent | 88833c4256517df042d72136e6ad332e88a7b53e (diff) | |
UIAction: API to query aliases
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/action.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/action.h b/ui/action.h index 1b22f180..48ef3672 100644 --- a/ui/action.h +++ b/ui/action.h @@ -114,6 +114,7 @@ struct BINARYNINJAUIAPI UIAction static std::set<QString> getAllRegisteredActions(); static QList<QKeySequence> getDefaultKeyBinding(const QString& name); static QList<QKeySequence> getKeyBinding(const QString& name); + static QList<QString> getAliases(const QString& name); static QString getActionDisplayName(const QString& name, const UIActionContext& context); static int rawControl(); |
