MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / ipcSpawn

Method ipcSpawn

gui/qt/mainwindow.cpp:2739–2745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2737}
2738
2739void MainWindow::ipcSpawn() {
2740 QStringList arguments;
2741 arguments << QStringLiteral("--id") << randomString(15);
2742
2743 QProcess *myProcess = new QProcess(this);
2744 myProcess->startDetached(execPath, arguments);
2745}
2746
2747void MainWindow::stateAddNew() {
2748 QString name = randomString(6);

Callers

nothing calls this directly

Calls 1

randomStringFunction · 0.85

Tested by

no test coverage detected