MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / keybindToString

Function keybindToString

Gui/PreferencesPanel.cpp:142–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140};
141
142NATRON_NAMESPACE_ANONYMOUS_EXIT
143
144static QString
145keybindToString(const Qt::KeyboardModifiers & modifiers,
146 Qt::Key key)
147{
148 return makeKeySequence(modifiers, key).toString(QKeySequence::NativeText);
149}
150
151static QString
152mouseShortcutToString(const Qt::KeyboardModifiers & modifiers,

Callers 2

makeItemShortCutTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected