aboutsummaryrefslogtreecommitdiff
path: root/launcher/modplatform
diff options
context:
space:
mode:
authorTrial97 <alexandru.tripon97@gmail.com>2023-05-28 18:27:54 +0300
committerTrial97 <alexandru.tripon97@gmail.com>2023-05-28 18:27:54 +0300
commit775236a1b3a34f247719a9a717c39b755fb90fc8 (patch)
tree03dc3c5ed30f1e87790f16d2b5c0bf619682aaab /launcher/modplatform
parentb4dff181f7dd222086c9405ab49347633dcb7ff8 (diff)
parentb9503ff15f355f0ddc2f2bdb841877766d5fe99d (diff)
downloadPrismLauncher-775236a1b3a34f247719a9a717c39b755fb90fc8.tar.gz
PrismLauncher-775236a1b3a34f247719a9a717c39b755fb90fc8.tar.bz2
PrismLauncher-775236a1b3a34f247719a9a717c39b755fb90fc8.zip
Merge branch 'Fix_Assert' of github.com:Trial97/PrismLauncher into develop
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/modplatform')
-rw-r--r--launcher/modplatform/ModIndex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/ModIndex.h b/launcher/modplatform/ModIndex.h
index e8f76997..64b44055 100644
--- a/launcher/modplatform/ModIndex.h
+++ b/launcher/modplatform/ModIndex.h
@@ -132,4 +132,5 @@ struct IndexedPack {
} // namespace ModPlatform
Q_DECLARE_METATYPE(ModPlatform::IndexedPack)
+Q_DECLARE_METATYPE(ModPlatform::IndexedPack::Ptr)
Q_DECLARE_METATYPE(ModPlatform::ResourceProvider)