[Kst] kst_hfi_calib_branch: kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Nov 11 14:04:30 CET 2004


CVS commit by staikos: 

missed a case of setting the provider of a vector


  M +3 -0      kstplugin.cpp   1.78.2.4


--- kdeextragear-2/kst/kst/kstplugin.cpp  #1.78.2.3:1.78.2.4
@@ -70,4 +70,5 @@ KstPlugin::KstPlugin(QDomElement &e) : K
           v = new KstVector(e.text(), 0, false);
         }
+        v->setProvider(this);
         _outputVectors.insert(e.attribute("name"), v);
         KST::addVectorToList(v);
@@ -102,4 +103,5 @@ KstPlugin::KstPlugin(QDomElement &e) : K
             v = new KstVector(tagName() + " vector - " + (*it)._name, 0, false);
           }
+          v->setProvider(this);
           _outputVectors.insert((*it)._name, v);
           KST::addVectorToList(v);
@@ -524,4 +526,5 @@ bool KstPlugin::setPlugin(KstSharedPtr<P
       }
       v->writeLock();
+      v->setProvider(this);
       _outputVectors.insert((*it)._name, v);
       _outArrayCnt++;





More information about the Kst mailing list