diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-24 01:05:49 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-24 01:05:49 +0300 |
commit | cf94adb363c1ae791ebd6f0149899f63c78bfb1b (patch) | |
tree | 806dd1121012566c4ff4e90fc520901102d827f4 /launcher/minecraft/mod/Mod.h | |
parent | 31aaa6d1da65b5dbe57a44e5c5fd5ea2e104c235 (diff) | |
download | PrismLauncher-cf94adb363c1ae791ebd6f0149899f63c78bfb1b.tar.gz PrismLauncher-cf94adb363c1ae791ebd6f0149899f63c78bfb1b.tar.bz2 PrismLauncher-cf94adb363c1ae791ebd6f0149899f63c78bfb1b.zip |
Added some warnings
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/minecraft/mod/Mod.h')
-rw-r--r-- | launcher/minecraft/mod/Mod.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/minecraft/mod/Mod.h b/launcher/minecraft/mod/Mod.h index d4e419f4..d6272f4d 100644 --- a/launcher/minecraft/mod/Mod.h +++ b/launcher/minecraft/mod/Mod.h @@ -70,6 +70,7 @@ 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; }; |