mirror of
https://github.com/LMMS/lmms.git
synced 2026-04-04 22:33:47 -04:00
The code to export a song and the tracks of a song mainly consisted of GUI code. Therefore it was moved completely into MainWindow. Add two new slots and a method that does the actual work to MainWindow. Make both slots delegate to the worker method.