[Kst] kdeextragear-2/kst/kst/datasources/indirect

George Staikos staikos at kde.org
Fri Jan 16 02:40:40 CET 2004


CVS commit by staikos: 

Indirect files need to pass the field list through.

CCMAIL: 72662-done at bugs.kde.org


  M +2 -0      indirect.cpp   1.2


--- kdeextragear-2/kst/kst/datasources/indirect/indirect.cpp  #1.1:1.2
@@ -24,4 +24,5 @@ IndirectSource::IndirectSource(const QSt
 : KstDataSource(filename, QString::null), _child(child) {
   _valid = true;
+  _fieldList = child->fieldList();
 }
 
@@ -41,4 +42,5 @@ KstObject::UpdateType IndirectSource::up
         if (p) {
           _child = p;
+          _fieldList = p->fieldList();
         } else {
           _valid = false;





More information about the Kst mailing list