mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
close the process in any case
This commit is contained in:
@@ -2404,9 +2404,9 @@ void QETDiagramEditor::generateTerminalBlock()
|
||||
}
|
||||
#endif
|
||||
else {
|
||||
process->close();
|
||||
qInfo() << "No project loaded - no need to start \"qet_tb_generator\"";
|
||||
}
|
||||
process->close();
|
||||
|
||||
#if defined(Q_OS_WIN32) || defined(Q_OS_WIN64)
|
||||
QString message=QObject::tr(
|
||||
|
||||
Reference in New Issue
Block a user