Changeset 769 for trunk/src/corelib/io/qprocess_symbian.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/corelib/io/qprocess_symbian.cpp
r651 r769 238 238 endQuote += QLatin1String("\\"); 239 239 } 240 commandLine += QLatin1String(" \"") + tmp.left(i) + endQuote;240 commandLine += QLatin1String("; 241 241 } else { 242 commandLine += QLatin1Char(' ') + tmp;242 commandLine += ; 243 243 } 244 244 } 245 246 247 248 245 249 } 246 250 … … 372 376 QProcessActive::~QProcessActive() 373 377 { 378 374 379 process = NULL; 375 380 pproc = NULL; … … 478 483 QProcessManagerMediator::~QProcessManagerMediator() 479 484 { 485 480 486 processManagerThread.Close(); 481 487 currentCommand = ENoCommand;
Note:
See TracChangeset
for help on using the changeset viewer.