- Timestamp:
- 11/05/08 14:51:11 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/new_fx_rack_and_sample_fun/libs/hydrogen/src/local_file_mgr.cpp
r602 r625 249 249 250 250 //test if the file exists 251 QFile testfile( sPatternXmlFilename);251 QFile testfile( sPatternXmlFilename ); 252 252 if ( testfile.exists() && mode == 1) 253 253 return 1; … … 298 298 doc.SaveFile(); 299 299 300 300 QFile anotherTestfile( sPatternXmlFilename ); 301 if ( ! anotherTestfile.exists() ) 302 return 1; 301 303 302 304 return 0; // ok