From kdevelop-devel Thu Jun 30 17:06:25 2005 From: Florian Schanda Date: Thu, 30 Jun 2005 17:06:25 +0000 To: kdevelop-devel Subject: Patch to stop kdevelop svn hanging when closing a cpp project Message-Id: <200506301900.25476.ma1flfs () cs ! bath ! ac ! uk> X-MARC-Message: https://marc.info/?l=kdevelop-devel&m=112015118503980 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