| 206 | } |
| 207 | |
| 208 | QStringList ExecutePlugin::defaultExternalTerminalCommands() const |
| 209 | { |
| 210 | static const QStringList commands{QStringLiteral("konsole --hold -e"), QStringLiteral("xterm -hold -e"), |
| 211 | QStringLiteral("xfce4-terminal --disable-server --hold -x"), |
| 212 | QStringLiteral("gnome-terminal --wait --")}; |
| 213 | return commands; |
| 214 | } |
| 215 | |
| 216 | QString ExecutePlugin::nativeAppConfigTypeId() const |
| 217 | { |
no outgoing calls