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

Peter Kümmel syntheticpp at gmx.net
Tue Jul 27 01:50:42 CEST 2010


SVN commit 1155126 by kuemmel:

AsciiPlugin: don't clear internal data after creating which always happens before parsing

BUG: 243734

 M  +2 -2      asciisource.cpp  


--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisource.cpp #1155125:1155126
@@ -581,9 +581,9 @@
 }
 
 
-void AsciiSource::parseProperties(QXmlStreamAttributes &properties) {
+void AsciiSource::parseProperties(QXmlStreamAttributes &properties) 
+{
   _config.parseProperties(properties);
-  reset();
 }
 
 


More information about the Kst mailing list