Changeset 583


Ignore:
Timestamp:
Feb 19, 2010, 4:04:53 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QProcess: Get rid of the unexpected "DosQueryNPipeSemState returned 87" warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qprocess_os2.cpp

    r567 r583  
    432432        }
    433433
     434
     435
     436
     437
     438
    434439#if defined (QPROCESS_DEBUG)
    435440        qDebug() << "QProcessManager::run(): checking pipes";
     
    11701175        processError = QProcess::FailedToStart;
    11711176        if (arc != NO_ERROR) {
    1172             // handle duplication faile
     1177            // handle duplication faile
    11731178            q->setErrorString(QProcess::tr("Process failed to start: %1")
    11741179                                           .arg(QString(QLatin1String("DOS error %1"))
Note: See TracChangeset for help on using the changeset viewer.