mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
correct debug message in QProcessPrivate::terminateProcess()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
aa52843a7f
commit
c6cb53c972
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ qint64 QProcessPrivate::writeToStdin(const char *data, qint64 maxlen)
|
||||||
void QProcessPrivate::terminateProcess()
|
void QProcessPrivate::terminateProcess()
|
||||||
{
|
{
|
||||||
#if defined (QPROCESS_DEBUG)
|
#if defined (QPROCESS_DEBUG)
|
||||||
qDebug("QProcessPrivate::killProcess()");
|
qDebug("QProcessPrivate::terminateProcess()");
|
||||||
#endif
|
#endif
|
||||||
if (pid)
|
if (pid)
|
||||||
::kill(pid, SIGTERM);
|
::kill(pid, SIGTERM);
|
||||||
|
|
Loading…
Add table
Reference in a new issue