Merge pull request #1786 from Trial97/deps_improve

Make dependency checking more lax
This commit is contained in:
Tayou
2024-03-27 20:42:26 +01:00
committed by GitHub
7 changed files with 106 additions and 19 deletions

View File

@ -20,6 +20,7 @@ class ReviewMessageBox : public QDialog {
QString provider;
QStringList required_by;
QString version_type;
bool enabled = true;
};
void appendResource(ResourceInformation&& info);