mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-09-21 13:15:33 -04:00
Swap BaseInstance* -> MinecraftInstance* in many places and remove casts
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
47 files changed
+153
-244
No files matched your search
@@ -32,7 +32,7 @@ class InstallDialog final : public QDialog, private BasePageProvider {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit InstallDialog(const QString& uid = QString(), BaseInstance* instance = nullptr, QWidget* parent = nullptr);
|
||||
explicit InstallDialog(const QString& uid = QString(), MinecraftInstance* instance = nullptr, QWidget* parent = nullptr);
|
||||
|
||||
QList<BasePage*> getPages() override;
|
||||
QString dialogTitle() override;
|
||||
|
||||
Reference in new issue
Block a user