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

Peter Kümmel syntheticpp at gmx.net
Tue Jul 27 00:46:00 CEST 2010


SVN commit 1155106 by kuemmel:

AsciiPlugin: simplify file code

 M  +0 -1      asciisource.cpp  


--- branches/work/kst/portto4/kst/src/datasources/ascii/asciisource.cpp #1155105:1155106
@@ -345,7 +345,6 @@
 
   QFile file(_filename);
   if (!openValidFile(file)) {
-    _valid = false;
     return 0;
   }
   


More information about the Kst mailing list