MCPcopy Create free account
hub / github.com/QNapi/qnapi / showOSUploadDialog

Method showOSUploadDialog

gui/src/qnapiapp.cpp:274–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void QNapiApp::showOSUploadDialog() const {
275 QDesktopServices::openUrl(QUrl("http://www.opensubtitles.org/upload"));
276}
277
278void QNapiApp::showSettings() {
279 if (!f_options) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected