Skip to content

Commit

Permalink
Update qetdiagrameditor.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpio810 authored Oct 6, 2024
1 parent 625e673 commit 566e7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/qetdiagrameditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2363,7 +2363,7 @@ void QETDiagramEditor::generateTerminalBlock()
success = process->startDetached("qet_tb_generator", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
}
else {
success = process->startDetached(QDir::homePath() + "/Application Data/qet/qet_tb_generator.exe", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
success = process->startDetached(QDir::homePath() + "/qet_tb_generator.exe", {(QETDiagramEditor::currentProjectView()->project()->filePath())});
}


Expand Down

0 comments on commit 566e7f7

Please sign in to comment.