[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Oct 21 19:39:24 CEST 2004


On Thursday 21 October 2004 13:26, Andrew Walker wrote:
> CVS commit by arwalker:
>
> When saving a .kst file from the ELOG extension save the abolsute vector
> position, rather than any offset positions.
>
> CCMAIL: 90933-done at bugs.kde.org
>
>
>   M +4 -4      kstdoc.cpp   1.127
>   M +2 -2      kstdoc.h   1.35
>   M +82 -67    kstrvector.cpp   1.64
>   M +1 -1      kstrvector.h   1.26

--- kstrvector.h        1 Oct 2004 14:08:43 -0000       1.25
+++ kstrvector.h        21 Oct 2004 17:26:21 -0000      1.26
@@ -81,7 +81,7 @@ public:
   int samplesPerFrame() const;

   /** 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);


   That's a virtual function inherited from the parent and overridden.  This 
change breaks iteration over KstVectors calling save().  We don't do that at 
this point, but we might one day.

-- 
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/



More information about the Kst mailing list