[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: KDE/kdelibs/plasma
From:       André_Wöbbeking <Woebbeking () kde ! org>
Date:       2011-01-17 18:01:48
Message-ID: 201101171901.49419.Woebbeking () kde ! org
[Download RAW message or body]

On Monday 17 January 2011, Oswald Buddenhagen wrote:
> On Sat, Jan 15, 2011 at 08:05:04PM +0100, Aaron J. Seigo wrote:
> > SVN commit 1214646 by aseigo:
> > 
> > thanks to André Wöbbeking for reminding me that qFuzzyCompare doesn't
> > like zero
> > 
> >  M  +1 -1      paintutils.cpp
> > 
> > --- trunk/KDE/kdelibs/plasma/paintutils.cpp #1214645:1214646
> > @@ -163,7 +163,7 @@
> > -    if (qFuzzyCompare(amount, 0)) {
> > +    if (qFuzzyCompare(amount + 1, qreal(1.0))) {
> 
> qFuzzyIsNull() ;)

Nice, but where is it documented?
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic