diff options
author | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-23 01:37:28 +0300 |
---|---|---|
committer | Trial97 <alexandru.tripon97@gmail.com> | 2023-06-23 01:37:28 +0300 |
commit | bf95cfb30eee52f23d0279284f70931b2c968dd3 (patch) | |
tree | 5e9fee43a1f8046b0a3513506de8473cf5f9699d /launcher/Application.h | |
parent | 05a8232a8f1011f74b4d81d1ee5541eb01fe3ae1 (diff) | |
download | PrismLauncher-bf95cfb30eee52f23d0279284f70931b2c968dd3.tar.gz PrismLauncher-bf95cfb30eee52f23d0279284f70931b2c968dd3.tar.bz2 PrismLauncher-bf95cfb30eee52f23d0279284f70931b2c968dd3.zip |
Added CatPacks
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
Diffstat (limited to 'launcher/Application.h')
-rw-r--r-- | launcher/Application.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/launcher/Application.h b/launcher/Application.h index ced0af17..55b01cd4 100644 --- a/launcher/Application.h +++ b/launcher/Application.h @@ -48,6 +48,7 @@ #include <BaseInstance.h> #include "minecraft/launch/MinecraftServerTarget.h" +#include "ui/themes/CatPack.h" class LaunchController; class LocalPeer; @@ -126,9 +127,11 @@ public: void setApplicationTheme(const QString& name); - shared_qobject_ptr<ExternalUpdater> updater() { - return m_updater; - } + QList<CatPack*> getValidCatPacks(); + + QString getCatPack(QString catName = ""); + + shared_qobject_ptr<ExternalUpdater> updater() { return m_updater; } void triggerUpdateCheck(); |