MCPcopy Create free account
hub / github.com/KDE/kid3 / getStringForEnum

Method getStringForEnum

src/gui/widgets/eventcodedelegate.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43QString EventCodeDelegate::getStringForEnum(int enumNr) const
44{
45 return EventTimeCode(enumNr).toTranslatedString();
46}
47
48int EventCodeDelegate::getIndexForEnum(int enumNr) const
49{

Callers

nothing calls this directly

Calls 1

toTranslatedStringMethod · 0.80

Tested by

no test coverage detected