mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 02:20:00 +03:00
Added FTB pack selection ad download, WIP
This commit is contained in:
parent
1a43f28297
commit
ab3fe74c97
21 changed files with 914 additions and 40 deletions
8
application/widgets/FtbModpackListItem.cpp
Normal file
8
application/widgets/FtbModpackListItem.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "FtbModpackListItem.h"
|
||||
|
||||
FtbModpackListItem::FtbModpackListItem(QListWidget *list, FtbModpack modpack) : QListWidgetItem(list), modpack(modpack) {
|
||||
}
|
||||
|
||||
FtbModpack FtbModpackListItem::getModpack(){
|
||||
return modpack;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue