60
Strawberry Music Player 1.1 released!
(github.com)
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Community icon from opensource.org, but we are not affiliated with them.
I’m sorry, but ‘crash when pressing Ctrl+C’ is a hilarious bug.
Looks like classic case of trying to dereference an invalid pointer? Fix was an early return, returning a default Qvariant().
I'm not an expert in Qt, I just like following this stuff to learn.