mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #314, new propertyBy methods (nested indexes)
This commit is contained in:
@@ -133,8 +133,10 @@ namespace BlackMisc
|
||||
return CIconList::iconForIndex(CIcons::NetworkCapabilityUnknown);
|
||||
case VoiceReceivingOnly:
|
||||
return CIconList::iconForIndex(CIcons::NetworkCapabilityVoiceReceiveOnly);
|
||||
default:
|
||||
break;
|
||||
}
|
||||
Q_ASSERT("Wrong index");
|
||||
Q_ASSERT(false);
|
||||
return CIconList::iconForIndex(CIcons::NetworkCapabilityUnknown); // never reached
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user