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

List:       kde-commits
Subject:    Re: kdelibs/kio/kio
From:       Pascal =?utf-8?q?L=C3=A9tourneau?= <pletourn () globetrotter ! net>
Date:       2003-05-27 16:13:50
[Download RAW message or body]

On May 27, 2003 05:51, Rolf Magnus wrote:
> On Monday 26 May 2003 23:02, Pascal Létourneau wrote:
> > CVS commit by pletourn:
> >
> > With Qt3.2b1, KIO::filesize_t is no longer converted to an QVariant::Int.
> >
> >
> >   M +4 -1      kfilemetainfo.cpp   1.70
> >
> >
> > --- kdelibs/kio/kio/kfilemetainfo.cpp  #1.69:1.70
> > @@ -1473,4 +1473,7 @@ QString KFileMimeTypeInfo::ItemInfo::str
> >
> >          case QVariant::Int :
> > +#if QT_VERSION >= 0x030200
> > +        case QVariant::ULongLong :
> > +#endif
> >              if (unit() == KFileMimeTypeInfo::Seconds)
> >              {
>
> Ah, that's good. But wouldn't you have to replace toInt with toULongLong if
> the type is ULongLong?
Oh! Thanks. I guess I didn't test it with big enough files... Will fix.

Pascal Létourneau

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

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