MCPcopy Create free account
hub / github.com/Zalafina/QKeyMapper / setUserAgentString

Method setUserAgentString

QKeyMapper/QSimpleUpdater/src/Downloader.cpp:179–182  ·  view source on GitHub ↗

* Changes the user-agent string used to communicate with the remote HTTP server */

Source from the content-addressed store, hash-verified

177 * Changes the user-agent string used to communicate with the remote HTTP server
178 */
179void Downloader::setUserAgentString(const QString &agent)
180{
181 m_userAgentString = agent;
182}
183
184void Downloader::finished()
185{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected