Agent: Simplify and avoid unnecessary shared_ptr

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2026-01-14 19:27:20 +00:00
parent 77ebf65c7d
commit 248eb13ab9
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
8 changed files with 21 additions and 38 deletions

View file

@ -126,7 +126,7 @@ class VersionFile : public ProblemContainer {
QList<LibraryPtr> mavenFiles;
/// Prism Launcher: list of agents to add to JVM arguments
QList<AgentPtr> agents;
QList<Agent> agents;
/// The main jar (Minecraft version library, normally)
LibraryPtr mainJar;