| 216 | } |
| 217 | |
| 218 | bool ModFolderModel::isValid() |
| 219 | { |
| 220 | return m_dir.exists() && m_dir.isReadable(); |
| 221 | } |
| 222 | |
| 223 | // FIXME: this does not take disabled mod (with extra .disable extension) into account... |
| 224 | bool ModFolderModel::installMod(const QString &filename) |
no test coverage detected