| 353 | open(name); |
| 354 | // Note: import from the Windows clipboard |
| 355 | } |
| 356 | |
| 357 | // Constant-init nullptr (SIOF-safe); DefaultClipboardFunctions() falls back to a |
| 358 | // no-op base instance until a real implementation registers. |
| 359 | ClipboardFunctions* QOFStream::_defaultClipboardFunctions = nullptr; |
| 360 | |
| 361 | void QOFStream::export_clip(const char* name) |
| 362 | { |
no outgoing calls
no test coverage detected