Ignore:
Timestamp:
Dec 19, 2005, 1:25:49 PM (20 years ago)
Author:
dmik
Message:

Implemented the OS/2 version of the QProcess class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/qprocess.h

    r40 r41  
    11/****************************************************************************
    2 ** $Id: qt/qprocess.h   3.3.1   edited May 27 2003 $
     2** $Id$
    33**
    44** Implementation of QProcess class
     
    9696#if defined(Q_OS_WIN32)
    9797    typedef void* PID;
     98#elif defined(Q_OS_OS2)
     99    typedef ::PID PID;
    98100#else
    99101    typedef Q_LONG PID;
Note: See TracChangeset for help on using the changeset viewer.