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

Method getModuleVersion

QKeyMapper/QSimpleUpdater/src/QSimpleUpdater.cpp:295–298  ·  view source on GitHub ↗

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

293 * found, that \c Updater instance will be initialized automatically
294 */
295QString QSimpleUpdater::getModuleVersion(const QString &url) const
296{
297 return getUpdater(url)->moduleVersion();
298}
299
300/**
301 * Returns the user-agent string used by the updater to communicate with

Callers

nothing calls this directly

Calls 1

moduleVersionMethod · 0.80

Tested by

no test coverage detected