| 112 | } |
| 113 | |
| 114 | void Command::setDefaultKeySequence(const QKeySequence &key) |
| 115 | { |
| 116 | if (!d->isKeyInitialized) |
| 117 | setKeySequences({ key }); |
| 118 | d->defaultKeys = { key }; |
| 119 | } |
| 120 | |
| 121 | void Command::setDefaultKeySequences(const QList<QKeySequence> &keys) |
| 122 | { |
no outgoing calls
no test coverage detected