MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / Process

Method Process

MiniZincIDE/process.h:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#endif
27public:
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();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected