* 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 */
| 293 | * found, that \c Updater instance will be initialized automatically |
| 294 | */ |
| 295 | QString 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 |
nothing calls this directly
no test coverage detected