Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/io/qprocess_symbian.cpp

    r651 r769  
    238238                endQuote += QLatin1String("\\");
    239239            }
    240             commandLine += QLatin1String(" \"") + tmp.left(i) + endQuote;
     240            commandLine += QLatin1String(";
    241241        } else {
    242             commandLine += QLatin1Char(' ') + tmp;
     242            commandLine += ;
    243243        }
    244244    }
     245
     246
     247
     248
    245249}
    246250
     
    372376QProcessActive::~QProcessActive()
    373377{
     378
    374379    process = NULL;
    375380    pproc = NULL;
     
    478483QProcessManagerMediator::~QProcessManagerMediator()
    479484{
     485
    480486    processManagerThread.Close();
    481487    currentCommand = ENoCommand;
Note: See TracChangeset for help on using the changeset viewer.