[Kst] branches/work/kst/portto4/kst/src/datasources/ascii
Peter Kümmel
syntheticpp at gmx.net
Sun Nov 25 20:47:38 UTC 2012
SVN commit 1326086 by kuemmel:
all but INDEX are time values
M +1 -1 asciisource.cpp
--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisource.cpp #1326085:1326086
@@ -653,7 +653,7 @@
//-------------------------------------------------------------------------------------------
bool AsciiSource::isTime() const
{
- return !_config._indexTimeFormat.value().isEmpty();
+ return _config._indexInterpretation.value() != AsciiSourceConfig::INDEX;
}
//-------------------------------------------------------------------------------------------
More information about the Kst
mailing list