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

Method EventCodeDelegate

src/gui/widgets/eventcodedelegate.cpp:34–36  ·  view source on GitHub ↗

* @brief Constructor. * @param parent parent object */

Source from the content-addressed store, hash-verified

32 * @param parent parent object
33 */
34EventCodeDelegate::EventCodeDelegate(QObject* parent) : EnumDelegate(parent)
35{
36}
37
38QStringList EventCodeDelegate::getEnumStrings() const
39{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected