[Kst] branches/work/kst/portto4/kst/src/datasources/ascii

George Staikos staikos at kde.org
Thu May 31 22:04:22 CEST 2007


SVN commit 670233 by staikos:

port to trunk


 M  +1 -1      ascii.cpp  
 M  +1 -1      ascii.h  


--- branches/work/kst/portto4/kst/src/datasources/ascii/ascii.cpp #670232:670233
@@ -764,7 +764,7 @@
 }
 
 
-int AsciiSource::sampleForTime(const KST::ExtDateTime& time, bool *ok) {
+int AsciiSource::sampleForTime(const QDateTime& time, bool *ok) {
   switch (_config->_indexInterpretation) {
     case AsciiSource::Config::Seconds:
       // FIXME: make sure "time" exists in _indexVector
--- branches/work/kst/portto4/kst/src/datasources/ascii/ascii.h #670232:670233
@@ -61,7 +61,7 @@
 
     int sampleForTime(double ms, bool *ok);
 
-    int sampleForTime(const KST::ExtDateTime& time, bool *ok);
+    int sampleForTime(const QDateTime& time, bool *ok);
 
     bool fieldListIsComplete() const;
 


More information about the Kst mailing list