Changeset 567 for trunk/src/corelib/io/qprocess_os2.cpp
- Timestamp:
- Feb 13, 2010, 1:06:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/corelib/io/qprocess_os2.cpp
r564 r567 1146 1146 1147 1147 int pid = -1; 1148 if (arc == NO_ERROR) 1149 pid = qt_startProcess(program, arguments, workingDirectory, 1150 &environment); 1148 if (arc == NO_ERROR) { 1149 QStringList env = environment.toStringList(); 1150 pid = qt_startProcess(program, arguments, workingDirectory, &env); 1151 } 1151 1152 1152 1153 // cancel STDIN/OUT/ERR redirections
Note:
See TracChangeset
for help on using the changeset viewer.