MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / login

Method login

src/settings.cpp:2094–2100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2092}
2093
2094bool SteamSettings::login(QString& username, QString& password) const
2095{
2096 username = get<QString>(m_Settings, "Settings", "steam_username", "");
2097 password = getWindowsCredential("steam_password");
2098
2099 return !username.isEmpty() && !password.isEmpty();
2100}
2101
2102void SteamSettings::setLogin(QString username, QString password)
2103{

Callers 2

startSteamFunction · 0.80

Calls 2

getWindowsCredentialFunction · 0.85
isEmptyMethod · 0.45

Tested by

no test coverage detected