minor style tweak
This commit is contained in:
parent
e92e6c775a
commit
7f0e82dd81
|
@ -36,7 +36,8 @@ private:
|
|||
|
||||
KeymapManager* m_parent;
|
||||
|
||||
using Keymap = std::unordered_map<std::pair<Key, KeymapMode>, std::vector<Key>>;
|
||||
using KeyList = std::vector<Key>;
|
||||
using Keymap = std::unordered_map<std::pair<Key, KeymapMode>, KeyList>;
|
||||
Keymap m_mapping;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user