| 30 | } |
| 31 | |
| 32 | int XWindowsClipboardHTMLConverter::getDataSize() const |
| 33 | { |
| 34 | return 8; |
| 35 | } |
| 36 | |
| 37 | std::string XWindowsClipboardHTMLConverter::fromIClipboard(const std::string &data) const |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected