Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ regenerateQR
Method
regenerateQR
YACReaderLibrary/server_config_dialog.cpp:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
void ServerConfigDialog::regenerateQR(const QString &ip)
207
{
208
generateQR(ip +
":"
+ httpServer->getPort());
209
}
210
211
void ServerConfigDialog::updatePort()
212
{
Callers
nothing calls this directly
Calls
1
getPort
Method · 0.80
Tested by
no test coverage detected