| 52 | } |
| 53 | |
| 54 | void frmProgress::receiveRequest(const QString &request) { |
| 55 | enqueueFile(request); |
| 56 | if (!getThread.isRunning()) download(); |
| 57 | raise(); |
| 58 | activateWindow(); |
| 59 | } |
| 60 | |
| 61 | void frmProgress::enqueueFile(const QString &filePath) { |
| 62 | static QMutex locker; |
nothing calls this directly
no outgoing calls
no test coverage detected