--nextPart34450310.6FifrpyGFJ Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Friday 14 March 2008 14:56:16 Ralf Habacker wrote: > bool QDir::isRelativePath(const QString &path) > { > =A0 =A0 bool a =3D QFileInfo(path).isRelative(); > =A0 =A0 bool b =3D QFileInfo::isRelative(path); > =A0 =A0 if (a !=3D b) > =A0 =A0 =A0 =A0 qDebug() << path << a << b; > =A0 =A0 return a; > } > [snip] > it looks that the new implementation seems to assume that a path > starting with '\' is a relative path. Ah, I see! It's missing the conversion to Qt separators. =2D-=20 =A0 Thiago Macieira =A0- =A0thiago (AT) macieira.info - thiago (AT) kde.org =A0 =A0 PGP/GPG: 0x6EF45358; fingerprint: =A0 =A0 E067 918B B660 DBD1 105C =A0966C 33F5 F005 6EF4 5358 --nextPart34450310.6FifrpyGFJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (GNU/Linux) iD8DBQBH2o3WM/XwBW70U1gRAnYQAJ4nTABs88YVDsUwMRl4rHLASzGrEACgoxIj EIdXc9kcylMC34CqlskKdH4= =OFst -----END PGP SIGNATURE----- --nextPart34450310.6FifrpyGFJ--