- Timestamp:
- Mar 5, 2007, 12:35:13 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r410 r411 496 496 _out.close(); 497 497 if (!_rnxScriptName.isEmpty()) { 498 system( QString(_rnxScriptName + " " + _fName + " &").toAscii().data() ); 499 } 500 } 498 QProcess cmd; 499 cmd.startDetached(_rnxScriptName, QStringList() << _fName); 500 /// system( QString(_rnxScriptName + " " + _fName + " &").toAscii().data() ); 501 } 502 }
Note:
See TracChangeset
for help on using the changeset viewer.