///////////////////////////////////////////////////////
| 68 | |
| 69 | //////////////////////////////////////////////////////////// |
| 70 | void ClipboardImpl::processEvents() |
| 71 | { |
| 72 | getInstance().processEventsImpl(); |
| 73 | } |
| 74 | |
| 75 | |
| 76 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected