* Changes the user-agent string used to communicate with the remote HTTP server */
| 177 | * Changes the user-agent string used to communicate with the remote HTTP server |
| 178 | */ |
| 179 | void Downloader::setUserAgentString(const QString &agent) |
| 180 | { |
| 181 | m_userAgentString = agent; |
| 182 | } |
| 183 | |
| 184 | void Downloader::finished() |
| 185 | { |
nothing calls this directly
no outgoing calls
no test coverage detected