///////////////////////////////////////////////////////
| 61 | |
| 62 | //////////////////////////////////////////////////////////// |
| 63 | void ClipboardImpl::setString(const String& text) |
| 64 | { |
| 65 | getInstance().setStringImpl(text); |
| 66 | } |
| 67 | |
| 68 | |
| 69 | //////////////////////////////////////////////////////////// |
nothing calls this directly
no test coverage detected