[Bug 73671] gideon takes too much memory for big projects
Grzegorz Jaskiewicz
gj at pointblue.com.pl
Fri Feb 27 12:21:06 UTC 2004
Hi,
On Friday 27 February 2004 10:58, you wrote:
> please can you send the patch to me so i can review it ;) seems that there
> is no patch attached to your email
The very same patch that was present in bug report :-)
ysl-dev:~/kde-source/kdevelop/languages/cpp# cvs diff -u
cvs diff: Diffing .
Index: cppsupportpart.h
===================================================================
RCS file: /home/kde/kdevelop/languages/cpp/cppsupportpart.h,v
retrieving revision 1.77
diff -u -r1.77 cppsupportpart.h
--- cppsupportpart.h 14 Nov 2003 16:21:25 -0000 1.77
+++ cppsupportpart.h 27 Feb 2004 11:18:47 -0000
@@ -62,7 +62,7 @@
QString specialHeaderName( bool local=false ) const;
void updateParserConfiguration();
- ProblemReporter* problemReporter() { return m_problemReporter; }
+ ProblemReporter* problemReporter() { return isValid() ?
m_problemReporter : 0; }
BackgroundParser* backgroundParser() { return m_backgroundParser; }
CppCodeCompletion* codeCompletion() { return m_pCompletion; }
CppCodeCompletionConfig* codeCompletionConfig() { return
m_pCompletionConfig; }
--
Grzegorz Jaskiewicz
K4 labs
More information about the KDevelop-devel
mailing list