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

List:       kde-commits
Subject:    KDE/kdeedu/kgeography/src
From:       Laurent Montel <montel () kde ! org>
Date:       2008-07-28 11:02:43
Message-ID: 1217242963.013366.22565.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 838627 by mlaurent:

Add const


 M  +1 -1      mapparser.cpp  
 M  +1 -1      mapparser.h  


--- trunk/KDE/kdeedu/kgeography/src/mapparser.cpp #838626:838627
@@ -141,7 +141,7 @@
 	}
 }
 
-QString mapReader::getError()
+QString mapReader::getError() const
 {
 	return p_error;
 }
--- trunk/KDE/kdeedu/kgeography/src/mapparser.h #838626:838627
@@ -22,7 +22,7 @@
 		mapReader();
 		
 		KGmap *parseMap(const QString &path);
-		QString getError();
+		QString getError() const;
 	
 	private:
 		enum eMandatoryness { Mandatory, Optional };
[prev in list] [next in list] [prev in thread] [next in thread] 

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