Ignore:
Timestamp:
Aug 1, 2011, 11:18:46 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

OS/2: QProcess: Typo.

File:
1 edited

Legend:

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

    r930 r931  
    498498            case QProcessPrivate::ErrPipe:
    499499                Q_ASSERT(status == NPSS_CLOSE || status == NPSS_RDATA);
    500                 flags |= QProcessPrivate::CanReadStdOut;
     500                flags |= QProcessPrivate::CanReadStd;
    501501                break;
    502502            }
Note: See TracChangeset for help on using the changeset viewer.