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

Method setRuntimeAccessAllowed

app/src/IO/FileTransmission.cpp:571–578  ·  view source on GitHub ↗

* @brief Toggles whether the File Transmission UI is reachable in operator mode. */

Source from the content-addressed store, hash-verified

569 * @brief Toggles whether the File Transmission UI is reachable in operator mode.
570 */
571void IO::FileTransmission::setRuntimeAccessAllowed(bool allowed)
572{
573 if (m_runtimeAccessAllowed == allowed)
574 return;
575
576 m_runtimeAccessAllowed = allowed;
577 Q_EMIT runtimeAccessAllowedChanged();
578}
579
580//--------------------------------------------------------------------------------------------------
581// Plain text transmission

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected