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

@ -50,6 +50,7 @@ class BaseVersionList : public QAbstractListModel {
PathRole,
JavaNameRole,
CPUArchitectureRole,
JavaVendorRole,
SortRole
};
using RoleList = QList<int>;