Home
last modified time | relevance | path

Searched refs:QtKeys (Results 1 – 2 of 2) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/prefs/
H A Dshortcutmanager.hpp69 static const std::pair<int, const char*> QtKeys[]; member in CSMPrefs::ShortcutManager
H A Dshortcutmanager.cpp277 for (size_t i = 0; QtKeys[i].first != 0; ++i) in createLookupTables()
279 mNames.insert(QtKeys[i]); in createLookupTables()
345 const std::pair<int, const char*> ShortcutManager::QtKeys[] = member in CSMPrefs::ShortcutManager