MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / import

Method import

engine/Poseidon/IO/Streams/QStream.cpp:355–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.
359ClipboardFunctions* QOFStream::_defaultClipboardFunctions = nullptr;
360
361void QOFStream::export_clip(const char* name)
362{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected