| 272 | } |
| 273 | |
| 274 | void QNapiApp::showOSUploadDialog() const { |
| 275 | QDesktopServices::openUrl(QUrl("http://www.opensubtitles.org/upload")); |
| 276 | } |
| 277 | |
| 278 | void QNapiApp::showSettings() { |
| 279 | if (!f_options) { |
nothing calls this directly
no outgoing calls
no test coverage detected