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