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