pedrolcl / drumstick

Drumstick Qt/C++ MIDI libraries (Mirror)
https://sourceforge.net/projects/drumstick/
GNU General Public License v3.0
12 stars 3 forks source link

Widgets: SettingsFactory class additional methods #15

Closed pedrolcl closed 8 months ago

pedrolcl commented 9 months ago

While the SettingsFactory class has an static function SettingsFactory::setFileName(), it does not provide a SettingsFactory::fileName() function to read the static member. While we are on it, provide also a SettingsFactory::format() function as well.

pedrolcl commented 9 months ago

This ticket is required by https://github.com/pedrolcl/VMPK/issues/18