MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / INISettingsObject

Method INISettingsObject

launcher/settings/INISettingsObject.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include "Setting.h"
18
19INISettingsObject::INISettingsObject(const QString &path, QObject *parent)
20 : SettingsObject(parent)
21{
22 m_filePath = path;
23 m_ini.loadFile(path);
24}
25
26void INISettingsObject::setFilePath(const QString &filePath)
27{

Callers

nothing calls this directly

Calls 1

loadFileMethod · 0.80

Tested by

no test coverage detected