ARM Compile fix.
svn path=/trunk/KDE/kdebase/workspace/; revision=1057628
This commit is contained in:
parent
5a806b8111
commit
b014d1e56c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ namespace Oxygen
|
|||
|
||||
// even if shadows are disabled,
|
||||
// you need a minimum size to allow corner rendering
|
||||
return qMax( size, 5.0 );
|
||||
return qMax( size, qreal(5.0) );
|
||||
}
|
||||
|
||||
//! get shadow matching client
|
||||
|
|
Loading…
Reference in a new issue