Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dannagle/PacketSender
/ on_copyCodeButton_clicked
Method
on_copyCodeButton_clicked
src/persistenthttp.cpp:64–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
void PersistentHTTP::on_copyCodeButton_clicked()
65
{
66
QClipboard *clipboard = QApplication::clipboard();
67
clipboard->setText(QString(data));
68
69
70
}
71
72
73
void PersistentHTTP::on_browserViewButton_clicked()
Callers
nothing calls this directly
Calls
1
setText
Method · 0.80
Tested by
no test coverage detected