[PATCH] KProcess port of khelpcenter

Ralf Habacker ralf.habacker at freenet.de
Tue Dec 18 07:22:12 GMT 2007


Oswald Buddenhagen schrieb:
> On Tue, Dec 18, 2007 at 12:05:28AM +0100, Ralf Habacker wrote:
>   
>> Any more issues becore I can commit it 
>>
>>     
> remove the qDebugs and make the kDebugs kWarnings.
>
>   
>> Index: toc.cpp
>> ===================================================================
>> --- toc.cpp	(revision 749421)
>> +++ toc.cpp	(working copy)
>> @@ -156,15 +186,15 @@
>>  	delete meinproc;
>>  
>>  	QFile f( m_cacheFile );
>> -	if ( !f.open( QIODevice::ReadWrite ) )
>> +	if ( !f.open( QIODevice::ReadWrite  ) )
>>  		return;
>>  
>>  	QDomDocument doc;
>>  	if ( !doc.setContent( &f ) )
>> -		return;
>> + 		return;
>>  
>>  	QDomComment timestamp = doc.createComment( QString::number( sourceFileCTime() ) );
>> -	doc.documentElement().appendChild( timestamp );
>> +  	doc.documentElement().appendChild( timestamp );
>>  
>>     
> all three are bogus space insertions. twitching thumb? :-D
>   
Sorry, for wasting your time, I should really use a better editor
> rest looks fine.
>
>   
I will fix the remaining stuff and commit.

Thanks for you patience.

Ralf






More information about the kde-core-devel mailing list