Changeset 8 for trunk/src/kernel/qclipboard.cpp
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qclipboard.cpp
r7 r8 155 155 } 156 156 157 #if ndef Q_WS_WIN32157 #if !defined(Q_WS_WIN32) && !defined(Q_WS_PM) 158 158 /*! 159 159 \internal … … 173 173 174 174 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). 175 182 */ 176 183
Note:
See TracChangeset
for help on using the changeset viewer.