Build fix on ARM + Build fix when Qt doesn't have Qt3Support.
svn path=/trunk/KDE/kdebase/workspace/; revision=1098966
This commit is contained in:
parent
cf3c3d17b8
commit
0c1fb062d4
1 changed files with 1 additions and 1 deletions
|
@ -600,7 +600,7 @@ void DesktopChangeItem::paint( QPainter* painter, const QStyleOptionGraphicsItem
|
|||
{
|
||||
if( !m_arrowAnimation.isNull() &&
|
||||
m_arrowAnimation.data()->state() == QAbstractAnimation::Running &&
|
||||
!qFuzzyCompare(m_arrowValue, 1.0) )
|
||||
!qFuzzyCompare(m_arrowValue, qreal(1.0)) )
|
||||
{
|
||||
QPixmap temp( icon.size() );
|
||||
temp.fill( Qt::transparent );
|
||||
|
|
Loading…
Reference in a new issue