Patch to stop kdevelop svn hanging when closing a cpp project

Florian Schanda ma1flfs at cs.bath.ac.uk
Thu Jun 30 19:04:14 UTC 2005


Hello,

I need the following to stop kdevelop from going into
infinite wait when closing a project using the cpp parser.

This fixes: http://bugs.kde.org/show_bug.cgi?id=88091
(same solution as posted in the bug, just against a more recent version.)

Cheers,
	Florian

Index: languages/cpp/backgroundparser.cpp
===================================================================
--- languages/cpp/backgroundparser.cpp  (revision 430137)
+++ languages/cpp/backgroundparser.cpp  (working copy)
@@ -398,8 +398,6 @@
        }

        kdDebug( 9007 ) << "!!!!!!!!!!!!!!!!!! BG PARSER DESTROYED !!!!!!!!!!!!" << endl;
-
-       QThread::exit();
 }

 //kate: indent-mode csands; tab-width 4; space-indent off;




More information about the KDevelop-devel mailing list