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

Method progress

gui/src/qnapiapp.cpp:75–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75frmProgress *QNapiApp::progress() {
76 if (!f_progress) {
77 f_progress = new frmProgress();
78 if (!f_progress) abort();
79 connect(this, SIGNAL(request(QString)), f_progress,
80 SLOT(receiveRequest(QString)));
81 connect(this, SIGNAL(downloadFile(const QString &)), f_progress,
82 SLOT(receiveRequest(const QString &)));
83 }
84 return f_progress;
85}
86
87void QNapiApp::createTrayIcon() {
88 getAction = new QAction(tr("Download subtitles"), 0);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected