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

Method isTutorialCompleted

src/settings.cpp:2300–2303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2298}
2299
2300bool InterfaceSettings::isTutorialCompleted(const QString& windowName) const
2301{
2302 return get<bool>(m_Settings, "CompletedWindowTutorials", windowName, false);
2303}
2304
2305void InterfaceSettings::setTutorialCompleted(const QString& windowName, bool b)
2306{

Callers 1

hookUpWindowTutorialsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected