From kde-core-devel Fri Mar 07 23:25:04 2008 From: David Faure Date: Fri, 07 Mar 2008 23:25:04 +0000 To: kde-core-devel Subject: Re: 'lightweight' QDir::isAbsolutePath replacement ? Message-Id: <200803080025.05565.faure () kde ! org> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=120493236225717 I agree with your approach. Best fix it in Qt. But otherwise: On Friday 07 March 2008, Ralf Habacker wrote: > If not, a kdelibs located implementation will be the next best option, > maybe replaced later by a qt based implementation. For this to be possible, I would recommend that any kdelibs-located implementation is not made public, but is only used internally. Then we can speed stuff up without having a redundant API relatively soon. (Details: either it's only used in kdecore and it's not exported at all, or it's used all over kdelibs and this can be done with a KDECORE_EXPORT and not installing the header file defining the stuff). -- David Faure, faure@kde.org, sponsored by Trolltech to work on KDE, Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).