diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-06-25 14:52:33 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2023-06-25 14:52:33 +0100 |
commit | 288ea3d19b6edbd2b4570408e71e635df0d7abfe (patch) | |
tree | 0742b8ad841899682d9cb5ea5690b576b3313ff0 /launcher/minecraft/mod/Mod.h | |
parent | 8ade44c9a3b186fb5ab19d9802a4d7b4187b7258 (diff) | |
download | PrismLauncher-288ea3d19b6edbd2b4570408e71e635df0d7abfe.tar.gz PrismLauncher-288ea3d19b6edbd2b4570408e71e635df0d7abfe.tar.bz2 PrismLauncher-288ea3d19b6edbd2b4570408e71e635df0d7abfe.zip |
Remove metaurl function
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/minecraft/mod/Mod.h')
-rw-r--r-- | launcher/minecraft/mod/Mod.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/launcher/minecraft/mod/Mod.h b/launcher/minecraft/mod/Mod.h index d6272f4d..d4e419f4 100644 --- a/launcher/minecraft/mod/Mod.h +++ b/launcher/minecraft/mod/Mod.h @@ -70,7 +70,6 @@ public: auto provider() const -> std::optional<QString>; auto licenses() const -> const QList<ModLicense>&; auto issueTracker() const -> QString; - auto metaurl() const -> QString; /** Get the intneral path to the mod's icon file*/ QString iconPath() const { return m_local_details.icon_file; }; |