Phonon/Releases/Core/stable
URL | |
SHA256 |
Bug Fixes
- Revised the logic used by PulseSupport to come up with an icon name for PulseAudio. If the application has QApplication::windowIcon set with an QIcon constructed through QIcon::fromTheme(string) the actual icon name will be used. Otherwise the lower-case version of QCoreApplication::applicationName is used.
- Fixed building with the compiler clang by reverting a previously introduced workaround.