MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / copyToClipboard

Method copyToClipboard

ChatView/ChatRootView.cpp:492–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void ChatRootView::copyToClipboard(const QString &text)
493{
494 QGuiApplication::clipboard()->setText(text);
495}
496
497void ChatRootView::cancelRequest()
498{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected