* Integrates AppImages passed as arguments on the commandline. */
| 10 | * Integrates AppImages passed as arguments on the commandline. |
| 11 | */ |
| 12 | class IntegrateCommand : public Command { |
| 13 | void exec(QList<QString> arguments) final; |
| 14 | }; |
| 15 | } |
| 16 | } |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected