diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-22 15:31:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 15:31:53 +0200 |
commit | 24e4db676a57d1713a95b2ddda8f7a0cb1c9dc6a (patch) | |
tree | dfb008a6755f710f761efb0d22f0c86de107f3d5 /launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h | |
parent | 6e21a9829de0f05aae5a9afd572ada14120a02f0 (diff) | |
parent | a4f4f2891c8127c86365b1f36cf2982e1cfafa2c (diff) | |
download | PrismLauncher-24e4db676a57d1713a95b2ddda8f7a0cb1c9dc6a.tar.gz PrismLauncher-24e4db676a57d1713a95b2ddda8f7a0cb1c9dc6a.tar.bz2 PrismLauncher-24e4db676a57d1713a95b2ddda8f7a0cb1c9dc6a.zip |
Merge pull request #224 from jamierocks/atl-abort-close-optional-mods-dialog
Diffstat (limited to 'launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h')
-rw-r--r-- | launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h b/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h index aa22fc73..3b37c9be 100644 --- a/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h +++ b/launcher/ui/pages/modplatform/atlauncher/AtlUserInteractionSupportImpl.h @@ -47,7 +47,7 @@ public: private: QString chooseVersion(Meta::VersionListPtr vlist, QString minecraftVersion) override; - QVector<QString> chooseOptionalMods(ATLauncher::PackVersion version, QVector<ATLauncher::VersionMod> mods) override; + std::optional<QVector<QString>> chooseOptionalMods(ATLauncher::PackVersion version, QVector<ATLauncher::VersionMod> mods) override; void displayMessage(QString message) override; private: |