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

List:       kde-commits
Subject:    kdevelop/lib/util
From:       Jakob Lund <jakob () jsg ! dk>
Date:       2003-09-16 19:37:40
[Download RAW message or body]

CVS commit by jsgaarde: 

with cleanPath


  M +2 -1      pathutil.cpp   1.3


--- kdevelop/lib/util/pathutil.cpp  #1.2:1.3
@@ -12,4 +12,5 @@
 #include <qstringlist.h>
 #include <qfile.h>
+#include <qdir.h>
 #include "pathutil.h"
 //#include <iostream>
@@ -42,5 +43,5 @@ QString getRelativePath(const QString& b
   if (destdirs.count())
     relpath += "/"+destdirs.join("/");
-  return relpath;
+  return QDir::cleanDirPath(relpath);
 }
 


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

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