Added mcVersion column
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
9001d9eb75
commit
b54376062e
11 changed files with 67 additions and 24 deletions
|
@ -183,7 +183,7 @@ inline auto getOverrideDeps() -> QList<OverrideDep>
|
|||
QString getMetaURL(ResourceProvider provider, QVariant projectID);
|
||||
|
||||
auto getModLoaderAsString(ModLoaderType type) -> const QString;
|
||||
auto getModLoaderFromString(QString type) -> const ModLoaderType;
|
||||
auto getModLoaderFromString(QString type) -> ModLoaderType;
|
||||
|
||||
constexpr bool hasSingleModLoaderSelected(ModLoaderTypes l) noexcept
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue