[Kstars-devel] branches/kstars/summer/kstars/kstars/comast
Prakash Mohan
prak902000 at gmail.com
Tue Jul 14 15:15:09 CEST 2009
SVN commit 996462 by prakash:
The function name should be writeEyepieces() not writeEyePieces().
CCMAIL: kstars-devel at kde.org
M +2 -2 log.cpp
M +1 -1 log.h
--- branches/kstars/summer/kstars/kstars/comast/log.cpp #996461:996462
@@ -45,7 +45,7 @@
writeSessions();
writeTargets();
writeScopes();
- writeEyePieces();
+ writeEyepieces();
writeLenses();
writeFilters();
writeImagers();
@@ -94,7 +94,7 @@
writer->writeEndElement();
}
-void Comast::Log::writeEyePieces() {
+void Comast::Log::writeEyepieces() {
writer->writeStartElement("eyepieces");
foreach( Comast::Eyepiece *o, m_eyepieceList )
writeEyepiece( o );
--- branches/kstars/summer/kstars/kstars/comast/log.h #996461:996462
@@ -46,7 +46,7 @@
void writeSessions();
void writeTargets();
void writeScopes();
- void writeEyePieces();
+ void writeEyepieces();
void writeLenses();
void writeFilters();
void writeImagers();
More information about the Kstars-devel
mailing list