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

George Staikos staikos at kde.org
Tue Apr 26 21:22:30 CEST 2005


CVS commit by staikos: 

disable time support in the ascii source for 1.1.0


  M +1 -1      ascii.cpp   1.59


--- kdeextragear-2/kst/kst/datasources/ascii/ascii.cpp  #1.58:1.59
@@ -579,5 +579,5 @@ void AsciiSource::save(QTextStream &ts, 
 
 bool AsciiSource::supportsTimeConversions() const {
-  return fieldList().contains(_config->_indexVector) && _config->_indexInterpretation != AsciiSource::Config::Unknown && _config->_indexInterpretation != AsciiSource::Config::INDEX;
+  return false; //fieldList().contains(_config->_indexVector) && _config->_indexInterpretation != AsciiSource::Config::Unknown && _config->_indexInterpretation != AsciiSource::Config::INDEX;
 }
 




More information about the Kst mailing list