| 249 | } |
| 250 | |
| 251 | void UITerminal::executeFile( const std::string& cmd ) { |
| 252 | if ( mTerm ) |
| 253 | mTerm->executeFile( cmd ); |
| 254 | } |
| 255 | |
| 256 | void UITerminal::executeBinary( const std::string& binaryPath, const std::string& args ) { |
| 257 | if ( mTerm ) |
no outgoing calls
no test coverage detected