aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform/flame/FlameModIndex.h
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-06-24 20:04:56 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-06-24 20:04:56 +0300
commit81c1a951665962d066a9b51a16f219ff4b160b4e (patch)
treea482e2fce09c07290bdd81f2777b059995e98c9b /launcher/modplatform/flame/FlameModIndex.h
parentf825d7753afd6c00111c9ff9deedeee8ded5b27a (diff)
parentbcf45c74a1b0b3389c05927637bf8aa95b8e43cf (diff)
downloadPrismLauncher-81c1a951665962d066a9b51a16f219ff4b160b4e.tar.gz
PrismLauncher-81c1a951665962d066a9b51a16f219ff4b160b4e.tar.bz2
PrismLauncher-81c1a951665962d066a9b51a16f219ff4b160b4e.zip
Merge branch 'develop' of https://github.com/PrismLauncher/PrismLauncher into curse
Diffstat (limited to 'launcher/modplatform/flame/FlameModIndex.h')
-rw-r--r--launcher/modplatform/flame/FlameModIndex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/launcher/modplatform/flame/FlameModIndex.h b/launcher/modplatform/flame/FlameModIndex.h
index 33c4a529..aa0d6f81 100644
--- a/launcher/modplatform/flame/FlameModIndex.h
+++ b/launcher/modplatform/flame/FlameModIndex.h
@@ -6,8 +6,8 @@
#include "modplatform/ModIndex.h"
-#include "BaseInstance.h"
#include <QNetworkAccessManager>
+#include "BaseInstance.h"
namespace FlameMod {
@@ -19,5 +19,5 @@ void loadIndexedPackVersions(ModPlatform::IndexedPack& pack,
const shared_qobject_ptr<QNetworkAccessManager>& network,
const BaseInstance* inst);
auto loadIndexedPackVersion(QJsonObject& obj, bool load_changelog = false) -> ModPlatform::IndexedVersion;
-
-} // namespace FlameMod
+auto loadDependencyVersions(const ModPlatform::Dependency& m, QJsonArray& arr) -> ModPlatform::IndexedVersion;
+} // namespace FlameMod \ No newline at end of file