* @brief Enables headless mode, suppressing QML and GUI loading on init. */
| 265 | * @brief Enables headless mode, suppressing QML and GUI loading on init. |
| 266 | */ |
| 267 | void 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. |
no outgoing calls
no test coverage detected