MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setSettingsPersistent

Method setSettingsPersistent

app/src/Misc/ThemeManager.cpp:341–344  ·  view source on GitHub ↗

* @brief Toggles whether theme changes get written to QSettings. */

Source from the content-addressed store, hash-verified

339 * @brief Toggles whether theme changes get written to QSettings.
340 */
341void Misc::ThemeManager::setSettingsPersistent(const bool persistent)
342{
343 m_persistSettings = persistent;
344}
345
346//--------------------------------------------------------------------------------------------------
347// Automatic theme detection based on system theme

Callers 2

applyThemeOverrideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected