refs #314, new propertyBy methods (nested indexes)

This commit is contained in:
Klaus Basan
2014-08-15 18:17:15 +02:00
parent d797d76a60
commit e109d73ba2
54 changed files with 1016 additions and 754 deletions

View File

@@ -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
}