mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-10 18:19:42 -04:00
We can safely make fillDescriptionWidget() and listSubPluginKeys()
const methods. Furthermore descriptor pointer to listSubPluginKeys()
can be const as well. Might allow more optimizations by the compiler.
(cherry picked from commit 1c76c77d22)