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

Method getModuleName

QKeyMapper/QSimpleUpdater/src/QSimpleUpdater.cpp:237–240  ·  view source on GitHub ↗

* Returns the module name of the \c Updater instance registered with the given * \a url. * * \note If the module name is empty, then the \c Updater will use the * application name as its module name. * \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

235 * found, that \c Updater instance will be initialized automatically
236 */
237QString QSimpleUpdater::getModuleName(const QString &url) const
238{
239 return getUpdater(url)->moduleName();
240}
241
242/**
243 * Returns the download URL of the \c Updater instance registered with the given

Callers

nothing calls this directly

Calls 1

moduleNameMethod · 0.80

Tested by

no test coverage detected