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; _______________________________________________ KDevelop-devel mailing list KDevelop-devel@barney.cs.uni-potsdam.de http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel