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