[Kst] branches/work/kst/1.6/kst/src/libkst

Andrew Walker arwalker at sumusltd.com
Tue Dec 11 02:27:58 CET 2007


SVN commit 747091 by arwalker:

format changes

 M  +1 -6      kstrvector.cpp  


--- branches/work/kst/1.6/kst/src/libkst/kstrvector.cpp #747090:747091
@@ -326,7 +326,6 @@
 }
 
 
-/** Save vector information */
 void KstRVector::save(QTextStream &ts, const QString& indent, bool saveAbsolutePosition) {
   if (_saveData) {
     // This is ugly.  Really we need a way to change vector types at runtime.
@@ -361,7 +360,6 @@
 }
 
 
-/** return the name of the file */
 QString KstRVector::filename() const {
   QString rc;
   if (_file) {
@@ -373,7 +371,6 @@
 }
 
 
-/** return the field */
 const QString& KstRVector::field() const {
   return _field;
 }
@@ -439,7 +436,6 @@
 }
 
 
-/** Update an RVECTOR */
 KstObject::UpdateType KstRVector::update(int update_counter) {
   Q_ASSERT(myLockStatus() == KstRWLock::WRITELOCKED);
 
@@ -750,8 +746,7 @@
 
 KstRVectorPtr KstRVector::makeDuplicate() const {
   QString newTag = tag().tag() + "'";
+
   return new KstRVector(_file, _field, KstObjectTag(newTag, tag().context()), _reqStartingFrame, _reqNumberFrames, _skip, _doSkip, _doAve);
 }
 
-
-// vim: ts=2 sw=2 et


More information about the Kst mailing list