| 181 | } |
| 182 | |
| 183 | QTermWidget *ConsoleManager::findConsole(const QString &id) |
| 184 | { |
| 185 | return d->consoleMap.value(id, nullptr); |
| 186 | } |
| 187 | |
| 188 | QTermWidget *ConsoleManager::createConsole(const QString &name, bool startNow, bool rename) |
| 189 | { |
no test coverage detected