We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5ce79 commit 3cbcd98Copy full SHA for 3cbcd98
mainwindow.cpp
@@ -462,6 +462,8 @@ QString MainWindow::getPcb2gcodeVersion()
462
463
QRegularExpressionMatch res = QRegularExpression("\\d+\\.\\d+\\.\\d+").match( pcb2gcodeVersionProcess.readAllStandardOutput() );
464
465
+ pcb2gcodeVersionProcess.waitForFinished(500);
466
+
467
if(res.hasMatch())
468
return res.captured();
469
else
0 commit comments