Phonon/Releases/Core/stable: Difference between revisions

From KDE Community Wiki
< Phonon‎ | Releases‎ | Core
No edit summary
No edit summary
Line 5: Line 5:


=== Bug Fixes ===
=== 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.

Revision as of 10:20, 3 November 2014

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.