[PATCH] KProcess port of khelpcenter

Oswald Buddenhagen ossi at kde.org
Mon Dec 17 23:10:39 GMT 2007


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

rest looks fine.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
Confusion, chaos, panic - my work here is done.




More information about the kde-core-devel mailing list