| 369 | } |
| 370 | |
| 371 | void utils::SetRequestShare(CURLSH *share) |
| 372 | { |
| 373 | s_reqShare = share; |
| 374 | } |
| 375 | |
| 376 | void utils::ResolutionToQualityString(wstring& res, uint32_t width, uint32_t height, bool selected) |
| 377 | { |
nothing calls this directly
no outgoing calls
no test coverage detected