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

List:       kde-commits
Subject:    KDE/kdelibs/kdecore/io
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2011-01-13 18:17:34
Message-ID: 20110113181734.B1F4DAC8B3 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1214230 by sengels:

disable output for KUrl::path

 M  +2 -0      kurl.cpp  


--- trunk/KDE/kdelibs/kdecore/io/kurl.cpp #1214229:1214230
@@ -857,7 +857,9 @@
 QString KUrl::path( AdjustPathOption trailing ) const
 {
 #ifdef Q_WS_WIN
+#ifdef DEBUG_KURL
   kWarning() << (isLocalFile() ? "converted to local file - the related call should \
be converted to toLocalFile()" : "") << QUrl::path(); +#endif
   return trailingSlash( trailing, isLocalFile() ? QUrl::toLocalFile() : QUrl::path() \
);  #else
   return trailingSlash( trailing, QUrl::path() );


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

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