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

Method receiveRequest

gui/src/forms/frmprogress.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void frmProgress::receiveRequest(const QString &request) {
55 enqueueFile(request);
56 if (!getThread.isRunning()) download();
57 raise();
58 activateWindow();
59}
60
61void frmProgress::enqueueFile(const QString &filePath) {
62 static QMutex locker;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected