[PATCH] KProcess port of khelpcenter
Ralf Habacker
ralf.habacker at freenet.de
Tue Dec 18 10:38:44 GMT 2007
Oswald Buddenhagen schrieb:
> On Tue, Dec 18, 2007 at 11:16:59AM +0100, Ralf Habacker wrote:
>
>> One open topic is proc->setRunPrivileged( true ) for which no KProcess
>> counterpart is available.
>>
>>
> that function has been a dummy for years, so you needn't to worry about
> it. :)
>
>
>> Index: khc_indexbuilder.cpp
>> ===================================================================
>> --- khc_indexbuilder.cpp (revision 749421)
>> +++ khc_indexbuilder.cpp (working copy)
>> +void IndexBuilder::slotProcessExited( int exitCode, QProcess::ExitStatus exitStatus )
>> + kError(1402) << "stdout output:" << proc->readAllStandardError();
>> + kError(1402) << "stderr output:" << proc->readAllStandardError();
>>
>> + kError(1402) << "stdout output:" << proc->readAllStandardError();
>> + kError(1402) << "stderr output:" << proc->readAllStandardError();
>>
>>
> find two mistakes. :)
>
- copy and paste error - shame on me :-)
> looks good other than that.
>
i will commit it.
Ralf
More information about the kde-core-devel
mailing list