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