Ignore:
Timestamp:
Nov 16, 2005, 8:36:46 PM (20 years ago)
Author:
dmik
Message:

Transferred Qt for OS/2 version 3.3.1-rc5 sources from the CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel/qclipboard.cpp

    r7 r8  
    155155}
    156156
    157 #ifndef Q_WS_WIN32
     157#if !defined(Q_WS_WIN32) && !defined(Q_WS_PM)
    158158/*!
    159159    \internal
     
    173173
    174174    This signal is emitted when the clipboard data is changed.
     175   
     176    \note On OS/2, this signal is guaranteed to be emitted only if no other
     177    non-Qt applications (for example, the standard Clipboard Viewer shipped
     178    with OS/2) register themselves as clipboard viewers -- this is the
     179    limitation of the Presentation Manager, not Qt. Reconnecting this signal
     180    to a slot will restore its functionality (until another non-Qt application
     181    will again register itself as the clipboard viewer).
    175182*/
    176183
Note: See TracChangeset for help on using the changeset viewer.