From kde-commits Wed Mar 12 17:50:49 2003 From: Matt Rogers Date: Wed, 12 Mar 2003 17:50:49 +0000 To: kde-commits Subject: Re: kdevelop/parts/customproject X-MARC-Message: https://marc.info/?l=kde-commits&m=104749153207560 On Wednesday 12 March 2003 11:44 am, Ian Reinhart Geiser wrote: > CVS commit by geiseri: > > Wasnt there a Daft Punk song named after this... One more time? > yup, sure was ;) > > M +1 -1 customprojectpart.cpp 1.34 > > > --- kdevelop/parts/customproject/customprojectpart.cpp #1.33:1.34 > @@ -483,5 +483,5 @@ void CustomProjectPart::updateTargetMenu > QTextStream stream(&f); > //QRegExp re(".PHONY\\s*:(.*)"); > - QRegExp re("^([^($%.#].*[^)\\s])[:].*$"); > + static QRegExp re("^[^($%.#][^)\\s]+[:].*$"); > re.setMinimal(true); > QString str = "";