diff options
author | Petr Mrázek <peterix@gmail.com> | 2020-06-27 12:02:31 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2020-06-27 12:02:31 +0200 |
commit | a0ef20a264656c127dd62eb9140e89a2fda6a8e0 (patch) | |
tree | 43b9262f501e9ec835939ec50cc23473e661b291 /api/logic/meta | |
parent | 4ca62916f562ca2d233d0fb4771054a106f1afc3 (diff) | |
download | PrismLauncher-a0ef20a264656c127dd62eb9140e89a2fda6a8e0.tar.gz PrismLauncher-a0ef20a264656c127dd62eb9140e89a2fda6a8e0.tar.bz2 PrismLauncher-a0ef20a264656c127dd62eb9140e89a2fda6a8e0.zip |
NOISSUE rename ComponentList to PackProfile
It's not just components, so the naming needed cleaning up.
Diffstat (limited to 'api/logic/meta')
-rw-r--r-- | api/logic/meta/Version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/meta/Version.cpp b/api/logic/meta/Version.cpp index ca889550..2bbe19a7 100644 --- a/api/logic/meta/Version.cpp +++ b/api/logic/meta/Version.cpp @@ -18,7 +18,7 @@ #include <QDateTime> #include "JsonFormat.h" -#include "minecraft/ComponentList.h" +#include "minecraft/PackProfile.h" Meta::Version::Version(const QString &uid, const QString &version) : BaseVersion(), m_uid(uid), m_version(version) |