| 29 | |
| 30 | const QList<ResourceDownloadTask::Ptr> getTasks(); |
| 31 | auto indexDir() const -> QDir { return m_mod_model->indexDir(); } |
| 32 | |
| 33 | auto noUpdates() const -> bool { return m_no_updates; }; |
| 34 | auto aborted() const -> bool { return m_aborted; }; |
no outgoing calls
no test coverage detected