Skip to content

Commit ea8582d

Browse files
author
g_j_m
committedJul 24, 2006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgscontexthelp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ QProcess *QgsContextHelp::start(int contextId)
8888
SLOT(processExited()));
8989

9090
// Delete the process if the application quits
91-
connect(qApp, SIGNAL(aboutToQuit()), process, SLOT(tryTerminate()));
91+
connect(qApp, SIGNAL(aboutToQuit()), process, SLOT(terminate()));
9292

9393
return process;
9494
}

0 commit comments

Comments
 (0)
Please sign in to comment.