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

List:       kde-commits
Subject:    KDE/kdeedu/kstars/kstars
From:       Jure Repinc <jlp () holodeck1 ! com>
Date:       2006-08-04 9:14:01
Message-ID: 1154682841.033512.31173.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 569563 by repinc:

Using QString's default constructor makes a string initialized as a null string. Makes EBN more happy.


 M  +1 -1      skymap.cpp  


--- trunk/KDE/kdeedu/kstars/kstars/skymap.cpp #569562:569563
@@ -411,7 +411,7 @@
 void SkyMap::slotEndAngularDistance() {
 	if( angularDistanceMode ) {
 		dms angularDistance;
-		QString sbMessage = QString::null;
+		QString sbMessage;
 
 		//If the cursor is near a SkyObject, reset the AngularRuler's 
 		//end point to the position of the SkyObject
[prev in list] [next in list] [prev in thread] [next in thread] 

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