[Kst] branches/work/kst/hierarchy/kst/src/libkstmath

Eli Fidler eli at staikos.net
Thu Dec 7 19:06:16 CET 2006


SVN commit 611329 by fidler:

use tagString


 M  +1 -1      kstequation.cpp  


--- branches/work/kst/hierarchy/kst/src/libkstmath/kstequation.cpp #611328:611329
@@ -227,7 +227,7 @@
 void KstEquation::save(QTextStream &ts, const QString& indent) {
   QString l2 = indent + "  ";
   ts << indent << "<equationobject>" << endl;
-  ts << l2 << "<tag>" << QStyleSheet::escape(tagName()) << "</tag>" << endl;
+  ts << l2 << "<tag>" << QStyleSheet::escape(tag().tagString()) << "</tag>" << endl;
 
   // Reparse the equation, then write it back out in text so that we can update
   // any vectors or scalars that had name changes, but we don't get affected by


More information about the Kst mailing list