| 236 | } |
| 237 | |
| 238 | void ConsoleManager::selectConsole(const QUuid &uuid) |
| 239 | { |
| 240 | d->switchConsole(uuid); |
| 241 | } |
| 242 | |
| 243 | void ConsoleManager::run2Console(const QUuid &uuid, const QProcess &process) |
| 244 | { |
nothing calls this directly
no test coverage detected