///////////////////////////////////////////////////////
| 35 | { |
| 36 | //////////////////////////////////////////////////////////// |
| 37 | String Clipboard::getString() |
| 38 | { |
| 39 | return priv::ClipboardImpl::getString(); |
| 40 | } |
| 41 | |
| 42 | |
| 43 | //////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected