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