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

Adam Treat treat at kde.org
Tue Jul 17 21:03:27 CEST 2007


SVN commit 689149 by treat:

* Note which dataobjects still need to be serialized


 M  +2 -0      kstdataobject.cpp  


--- branches/work/kst/portto4/kst/src/libkstmath/kstdataobject.cpp #689148:689149
@@ -193,11 +193,13 @@
 
 
 void KstDataObject::load(const QXmlStreamReader &e) {
+  qDebug() << QString("FIXME! Loading of %1 is not implemented yet.").arg(typeString()) << endl;
   Q_UNUSED(e)
 }
 
 
 void KstDataObject::save(QXmlStreamWriter& ts) {
+  qDebug() << QString("FIXME! Saving of %1 is not implemented yet.").arg(typeString()) << endl;
   Q_UNUSED(ts)
 }
 


More information about the Kst mailing list