Phonon/Releases/Core/stable

From KDE Community Wiki
< Phonon‎ | Releases‎ | Core
Revision as of 10:20, 3 November 2014 by Apachelogger (talk | contribs)
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.