fix: separate types of std::string in Packwiz

Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
flow
2022-11-03 16:59:50 -03:00
parent dff5fea976
commit d35c2db41e
2 changed files with 16 additions and 14 deletions

View File

@ -24,7 +24,6 @@
#include <QUrl>
#include <QVariant>
struct toml_table_t;
class QDir;
// Mod from launcher/minecraft/mod/Mod.h
@ -34,9 +33,6 @@ namespace Packwiz {
auto getRealIndexName(QDir& index_dir, QString normalized_index_name, bool should_match = false) -> QString;
auto stringEntry(toml_table_t* parent, const char* entry_name) -> QString;
auto intEntry(toml_table_t* parent, const char* entry_name) -> int;
class V1 {
public:
struct Mod {