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

List:       kde-commits
Subject:    KDE/kdetoys/kweather
From:       Eckhart Wörner <ew () ewsoftware ! de>
Date:       2008-10-12 12:34:45
Message-ID: 1223814885.687191.27881.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 870353 by ewoerner:

krazy: Check single-char QString operations for efficiency (1 issue)
* split issues


 M  +1 -1      stationdatabase.cpp  


--- trunk/KDE/kdetoys/kweather/stationdatabase.cpp #870352:870353
@@ -55,7 +55,7 @@
 	while ( !stream.atEnd() )
 	{
 		line = stream.readLine(); // line of text excluding '\n'
-		QStringList data = line.split( ";", QString::KeepEmptyParts);
+		QStringList data = line.split( ';', QString::KeepEmptyParts);
 
 		if ( data[ 0 ].trimmed() == stationID )
 		{
[prev in list] [next in list] [prev in thread] [next in thread] 

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