madmaxoft / SkauTan

Music player for Skautské Tancování
https://skautske-tancovani.cz/
The Unlicense
1 stars 2 forks source link

DlgSongProperties: Change constructor to accept SharedData #265

Open madmaxoft opened 4 years ago

madmaxoft commented 4 years ago

Currently the constructor takes a Song; there should be a constructor taking Song::SharedData, either in addition, or replacing the current one.

madmaxoft commented 4 years ago

Question: What happens if the SharedData contains no songs currently?