MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / conflictCheck

Method conflictCheck

src/core/ShortcutManager.cpp:166–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166QString ShortcutManager::conflictCheck(const QKeySequence& key,
167 const QString& excludeId) const
168{
169 if (key.isEmpty()) return {};
170 for (const auto& a : m_actions) {
171 if (a.id != excludeId && a.currentKey == key)
172 return a.displayName;
173 }
174 return {};
175}
176
177QStringList ShortcutManager::categories()
178{

Callers 1

assignActionMethod · 0.80

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected