| 103 | } |
| 104 | |
| 105 | void ActionManagerPrivate::saveSettings() |
| 106 | { |
| 107 | auto it = idCmdMap.cbegin(); |
| 108 | for (; it != idCmdMap.cend(); ++it) { |
| 109 | saveSettings(it.value()); |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | void ActionManagerPrivate::saveSettings(Command *cmd) |
| 114 | { |
no test coverage detected