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

Method getUserAgentString

QKeyMapper/QSimpleUpdater/src/QSimpleUpdater.cpp:307–310  ·  view source on GitHub ↗

* Returns the user-agent string used by the updater to communicate with * the remote HTTP(S) server. * * \note If an \c Updater instance registered with the given \a url is not * found, that \c Updater instance will be initialized automatically */

Source from the content-addressed store, hash-verified

305 * found, that \c Updater instance will be initialized automatically
306 */
307QString QSimpleUpdater::getUserAgentString(const QString &url) const
308{
309 return getUpdater(url)->userAgentString();
310}
311
312/**
313 * Instructs the \c Updater instance with the registered \c url to download and

Callers

nothing calls this directly

Calls 1

userAgentStringMethod · 0.80

Tested by

no test coverage detected