[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Thu Oct 21 20:40:19 CEST 2004


CVS commit by arwalker: 

Try to achieve virtual happiness.


  M +4 -2      kstvector.cpp   1.88
  M +1 -1      kstvector.h   1.58


--- kdeextragear-2/kst/kst/kstvector.cpp  #1.87:1.88
@@ -261,6 +261,7 @@ KstObject::UpdateType KstVector::update(
 
   max = min = sum = sum2 = minpos = last = 0.0;
-  if (KstObject::checkUpdateCounter(update_counter))
+  if (KstObject::checkUpdateCounter(update_counter)) {
     return KstObject::NO_CHANGE;
+  }
 
   if (update_counter != -1) {
@@ -393,7 +394,8 @@ KstObject::UpdateType KstVector::update(
 }
 
-void KstVector::save(QTextStream &ts, const QString& indent) {
+void KstVector::save(QTextStream &ts, const QString& indent, bool saveAbsolutePosition) {
   Q_UNUSED(ts)
   Q_UNUSED(indent)
+  Q_UNUSED(saveAbsolutePosition)
   abort();
 }

--- kdeextragear-2/kst/kst/kstvector.h  #1.57:1.58
@@ -115,5 +115,5 @@ class KstVector : public KstObject {
   public:
     /** Save vector information */
-    virtual void save(QTextStream &ts, const QString& indent = QString::null);
+    virtual void save(QTextStream &ts, const QString& indent = QString::null, bool saveAbsolutePosition = false);
 
     /** Update the vector.  Return true if there was new data. */





More information about the Kst mailing list