| 39 | } |
| 40 | |
| 41 | const QString CPluginTerminal::Description() const |
| 42 | { |
| 43 | return tr("Terminal: Native(shell) terminal.") |
| 44 | #if defined(Q_OS_WIN) |
| 45 | + tr("(Experimental)") |
| 46 | #endif |
| 47 | + "\n" |
| 48 | + tr("It uses QTermWidget: https://github.com/KangLin/qtermwidget"); |
| 49 | } |
| 50 | |
| 51 | const QIcon CPluginTerminal::Icon() const |
| 52 | { |
nothing calls this directly
no outgoing calls
no test coverage detected