mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-18 11:45:04 -04:00
Classier enums (#6760)
This commit is contained in:
@@ -109,7 +109,7 @@ Plugin::DescriptorList PluginFactory::descriptors() const
|
||||
return m_descriptors.values();
|
||||
}
|
||||
|
||||
Plugin::DescriptorList PluginFactory::descriptors(Plugin::PluginTypes type) const
|
||||
Plugin::DescriptorList PluginFactory::descriptors(Plugin::Type type) const
|
||||
{
|
||||
return m_descriptors.values(type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user