We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57f22e commit e851737Copy full SHA for e851737
src/core/qgscontexthelp.cpp
@@ -88,7 +88,7 @@ QProcess *QgsContextHelp::start(int contextId)
88
SLOT(processExited()));
89
90
// Delete the process if the application quits
91
- connect(qApp, SIGNAL(aboutToQuit()), process, SLOT(tryTerminate()));
+ connect(qApp, SIGNAL(aboutToQuit()), process, SLOT(terminate()));
92
93
return process;
94
}
0 commit comments