From kde-commits Fri Aug 29 16:30:07 2003 From: Harald Fernengel Date: Fri, 29 Aug 2003 16:30:07 +0000 To: kde-commits Subject: kdevelop/lib/util X-MARC-Message: https://marc.info/?l=kde-commits&m=106217464327079 CVS commit by harald: this is not a dumpster for unwritten code. Exa, please commit stuff only if it is complete, tested and works. CCMAIL: exa@kablonet.com.tr M +2 -1 locate.cpp 1.2 --- kdevelop/lib/util/locate.cpp #1.1:1.2 @@ -25,9 +25,10 @@ QString Locate::relativeName(const QStri // file is a URL QDir dir(file); + return QString::null; } QString Locate::source(const QString file) { - + return QString::null; }