| 26 | #endif |
| 27 | public: |
| 28 | Process(QObject* parent=nullptr) : QProcess(parent) {} |
| 29 | void start(const QString& program, const QStringList& arguments, const QString& path); |
| 30 | void terminate(void); |
| 31 | void sendInterrupt(); |
nothing calls this directly
no outgoing calls
no test coverage detected