mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
fix build
also fixed some warninigs of unused vars and formated the code again Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
78bc6657f4
commit
d05b996c8a
21 changed files with 27 additions and 63 deletions
|
|
@ -33,11 +33,7 @@
|
|||
class InstallLoaderPage : public VersionSelectWidget, public BasePage {
|
||||
Q_OBJECT
|
||||
public:
|
||||
InstallLoaderPage(const QString& id,
|
||||
const QString& iconName,
|
||||
const QString& name,
|
||||
const Version& oldestVersion,
|
||||
PackProfile* profile)
|
||||
InstallLoaderPage(const QString& id, const QString& iconName, const QString& name, const Version& oldestVersion, PackProfile* profile)
|
||||
: VersionSelectWidget(nullptr), uid(id), iconName(iconName), name(name)
|
||||
{
|
||||
const QString minecraftVersion = profile->getComponentVersion("net.minecraft");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue