MCPcopy 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
78void GM_JSObject::setClipboard(const QString &text)
79{
80 QApplication::clipboard()->setText(text);
81}
82
83GM_JSObject::~GM_JSObject()
84{

Callers 2

GM_setClipboardFunction · 0.80
GM_setClipboardFunction · 0.80

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected