Start porting work in trunk?

Alexander Kern alex.kern at gmx.de
Sun Jul 31 19:31:10 BST 2005


HI, 

I would like to ask the whole list. I have updated my svn copy to trunk, and 
found out only single compile breakage in arts/qtmcop/qiomanager.cc which 
will fixed with this patch

Index: qtmcop/qiomanager.cc
===================================================================
--- qtmcop/qiomanager.cc	(Revision 441702)
+++ qtmcop/qiomanager.cc	(Arbeitskopie)
@@ -173,9 +173,9 @@
 	else
 	{
 		if(blocking)
-			qApp->processOneEvent();
+			qApp->processEvents(QEventLoop::WaitForMoreEvents);
 		else
-			qApp->processEvents(0);
+			qApp->processEvents(QEventLoop::AllEvents);
 	}
 }
 
after applying, arts can be successful compiled.

Should I commit it? 
-- 

Best Wishes
Mit freundlichen Grüßen

Alex Kern



More information about the kde-multimedia mailing list