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