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

Method executable

app/src/IO/Drivers/Process.cpp:251–254  ·  view source on GitHub ↗

* @brief Returns the configured executable path. */

Source from the content-addressed store, hash-verified

249 * @brief Returns the configured executable path.
250 */
251QString IO::Drivers::Process::executable() const
252{
253 return m_executable;
254}
255
256/**
257 * @brief Returns the configured command-line arguments.

Callers 1

getConfigurationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected