mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-11 10:36:36 -04:00
Instead of writing QVector<Plugin::Descriptor> everywhere, mit up iterators etc. centrally define Plugin::DescriptorList and use it everywhere. Additionally made pointers to Plugin::Descriptor and Plugin::Descriptor::SubPluginFeatures::Key const in various places so we can use ConstIterator everywhere when iterating through Plugin::DescriptorList.