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

List:       kde-commits
Subject:    KDE/kdelibs/kresources
From:       Allen Winter <winter () kde ! org>
Date:       2006-07-01 16:22:16
Message-ID: 1151770936.544062.11734.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 556846 by winterz:

minor.


 M  +2 -2      idmapper.cpp  


--- trunk/KDE/kdelibs/kresources/idmapper.cpp #556845:556846
@@ -81,7 +81,7 @@
 QString IdMapper::filename()
 {
   QString file = d->path;
-  if ( !file.endsWith( "/" ) ) file += "/";
+  if ( !file.endsWith( "/" ) ) file += '/';
   file += d->identifier;
 
   return locateLocal( "data", file );
@@ -187,7 +187,7 @@
     QString fp;
     if ( d->fingerprintMap.contains( it.key() ) )
       fp = d->fingerprintMap[ it.key() ];
-    content += it.key() + "\t" + it.value().toString() + "\t" + fp + "\r\n";
+    content += it.key() + '\t' + it.value().toString() + '\t' + fp + "\r\n";
   }
 
   return content;
[prev in list] [next in list] [prev in thread] [next in thread] 

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