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

Method setHeadless

app/src/Misc/ModuleManager.cpp:267–270  ·  view source on GitHub ↗

* @brief Enables headless mode, suppressing QML and GUI loading on init. */

Source from the content-addressed store, hash-verified

265 * @brief Enables headless mode, suppressing QML and GUI loading on init.
266 */
267void Misc::ModuleManager::setHeadless(const bool headless)
268{
269 m_headless = headless;
270}
271
272/**
273 * @brief Enables/disables automatic update checks and persists the setting.

Callers 1

bootstrapModuleManagerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected