1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-23 11:47:24 +01:00

can not convert Q_PID to QString on windows

This commit is contained in:
Vadim Kurland 2010-04-27 23:42:41 +00:00
parent b1df2d8932
commit a65b617860

View File

@ -308,7 +308,7 @@ void SSHSession::terminate()
if (fwbdebug)
qDebug() << "SSHSession::terminate terminating child process pid=" << pid;
emit printStdout_sign(QString("Stopping background process %1").arg(pid));
emit printStdout_sign(tr("Stopping background process"));
/*
* on windows proc->terminate() posts a WM_CLOSE
@ -334,7 +334,7 @@ void SSHSession::terminate()
// print countdown only if we've been waiting more than 3 sec
if (timeout > 3)
emit printStdout_sign(
QString(
tr(
"Background process is still running. "
"Will wait %1 sec").arg(time_to_wait - timeout));