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

List:       kde-commits
Subject:    KDE/kdelibs/plasma
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2010-08-19 22:55:16
Message-ID: 20100819225516.39436AC855 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1165684 by segato:

use forwardslashes instead of QDir::separator() even on windows, otherwise we get a \
path with mixed slashes

 M  +1 -1      packagestructure.cpp  


--- trunk/KDE/kdelibs/plasma/packagestructure.cpp #1165683:1165684
@@ -393,7 +393,7 @@
     if (valid) {
         QFileInfo info(basePath);
         if (info.isDir()) {
-            basePath.append(QDir::separator());
+            basePath.append("/");
         }
         //kDebug() << "basePath is" << basePath;
     } else {


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

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