| 16 | } |
| 17 | |
| 18 | auto HotKeyListModel::getUndoStack() const -> QUndoStack * |
| 19 | { |
| 20 | return undo_stack; |
| 21 | } |
| 22 | |
| 23 | auto HotKeyListModel::rowCount(const QModelIndex &parent) const -> int |
| 24 | { |
nothing calls this directly
no outgoing calls
no test coverage detected