Finished up the download dialog

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97
2024-02-02 22:42:42 +02:00
parent 3c58fb0677
commit 0384e652fb
5 changed files with 21 additions and 3 deletions

View File

@ -112,5 +112,6 @@ QHash<int, QByteArray> BaseVersionList::roleNames() const
roles.insert(PathRole, "path");
roles.insert(JavaNameRole, "javaName");
roles.insert(CPUArchitectureRole, "architecture");
roles.insert(JavaVendorRole, "javaVendor");
return roles;
}