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

List:       kde-commits
Subject:    branches/kdevelop/3.4/buildtools/qmake
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2007-03-09 18:26:15
Message-ID: 1173464775.370605.32351.nullmailer () svn ! kde ! org
[Download RAW message or body]

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