- Timestamp:
- Nov 24, 2009, 1:02:51 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qclipboard_pm.cpp
r336 r345 385 385 DEBUG(("QClipboardData::message: WM_DRAWCLIPBOARD")); 386 386 387 388 389 390 391 387 392 // ask QClipboard to emit changed() signals 388 393 QClipboardEvent e(reinterpret_cast<QEventPrivate *>(1)); 389 394 qt_sendSpontaneousEvent(QApplication::clipboard(), &e); 390 395 391 if (hwnd() != WinQueryClipbrdOwner(NULLHANDLE) && src) {392 // we no longer the clipboard, clean up the clipboard object393 setSource(0);394 }395 396 // PM doesn't inform the previous clipboard viewer if another 396 397 // app changes it (nor does it support viewer chains in some other
Note:
See TracChangeset
for help on using the changeset viewer.