Revision 6ea04ce...

Go back to digest for 12th August 2012

Bug Fixes in Multimedia

Harald Sitter committed changes in [dragon] src/mpris2/mediaplayer2player.cpp:

add missing qreal()

on ARM qreal != double so a qbound with qreal,double,qreal will on
arm be a qbound on float,double,float which defeats the exercise
of making them qreal to begin with.

File Changes

Modified 1 files
  • src/mpris2/mediaplayer2player.cpp
1 files changed in total