[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 142748] QMake manager,
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-03-09 18:26:24
Message-ID: 20070309182624.25900.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=142748         
apaku gmx de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From apaku gmx de  2007-03-09 19:26 -------
SVN commit 641023 by apaku:

Fix removing values
BUG:142748


 M  +1 -1      scope.cpp  


--- branches/kdevelop/3.4/buildtools/qmake/scope.cpp #641022:641023
 @ -729,7 +729,7  @
         {
             QStringList::iterator posit = origValues.find( *it );
             posit = origValues.remove( posit );
-            while( posit != origValues.end() && ( (*posit).find( "\\[ \
\t]*"+getLineEndingString() ) +            while( posit != origValues.end() && ( \
(*posit).find( QRegExp("\\\\[\\s]*"+getLineEndingString() ) ) != -1  || \
(*posit).stripWhiteSpace() == "" ) )  {
                 posit = origValues.remove( posit );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic