| 157 | } |
| 158 | |
| 159 | void FlatpakRuntime::setEnabled(bool /*enable*/) |
| 160 | { |
| 161 | } |
| 162 | |
| 163 | //Take any environment variables specified in process to pass through to flatpak. |
| 164 | static QStringList envVarsForProcess(const QProcess* process) |
no outgoing calls
no test coverage detected