This commit is contained in:
Jonas Kvinge 2020-12-19 17:42:24 +01:00
parent ddcc296af4
commit d3faf18251

View File

@ -6,7 +6,7 @@ ChangeLog
Bugfixes: Bugfixes:
* Fix return type of SmartPlaylistQueryWizardPlugin::type(). * Fix return type of SmartPlaylistQueryWizardPlugin::type().
* Fix comparsion between QChar and integer to use QChar::unicode(). * Fix comparison between QChar and integer to use QChar::unicode().
* Fix return type of qHash with Qt 6 to use size_t instead of uint. * Fix return type of qHash with Qt 6 to use size_t instead of uint.
* Fix tag edit dialog save process sometimes stuck. * Fix tag edit dialog save process sometimes stuck.
* Fix repeat and shuffle buttons greyed out when a dynamic playlist is open. * Fix repeat and shuffle buttons greyed out when a dynamic playlist is open.