* @brief Returns the configured command-line arguments. */
| 257 | * @brief Returns the configured command-line arguments. |
| 258 | */ |
| 259 | QString IO::Drivers::Process::arguments() const |
| 260 | { |
| 261 | return m_arguments; |
| 262 | } |
| 263 | |
| 264 | /** |
| 265 | * @brief Returns the working directory for Launch mode. |
no outgoing calls