Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/falkon
/ setClipboard
Method
setClipboard
src/plugins/GreaseMonkey/gm_jsobject.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
void GM_JSObject::setClipboard(const QString &text)
79
{
80
QApplication::clipboard()->setText(text);
81
}
82
83
GM_JSObject::~GM_JSObject()
84
{
Callers
2
GM_setClipboard
Function · 0.80
GM_setClipboard
Function · 0.80
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected