Command-line args don't need explicit encoding.
svn path=/trunk/KDE/kdebase/workspace/; revision=802405
This commit is contained in:
parent
1e114cd7ee
commit
4f9cb481c2
1 changed files with 1 additions and 1 deletions
|
@ -1155,7 +1155,7 @@ void Client::killProcess( bool ask, Time timestamp )
|
|||
connect( process_killer, SIGNAL( finished( int, QProcess::ExitStatus )), SLOT( processKillerExited()));
|
||||
process_killer->start( KStandardDirs::findExe( "kwin_killer_helper" ),
|
||||
QStringList() << "--pid" << QByteArray().setNum( (unsigned)pid ) << "--hostname" << machine
|
||||
<< "--windowname" << caption().toUtf8()
|
||||
<< "--windowname" << caption()
|
||||
<< "--applicationname" << resourceClass()
|
||||
<< "--wid" << QString::number( window() )
|
||||
<< "--timestamp" << QString::number( timestamp ));
|
||||
|
|
Loading…
Reference in a new issue