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

List:       kde-commits
Subject:    kdevelop/parts/outputviews
From:       Hamish Rodda <meddie () yoyo ! its ! monash ! edu ! au>
Date:       2003-06-14 12:24:22
[Download RAW message or body]

CVS commit by rodda: 

Fix compile for Qt > 3.2 


  M +1 -1      compileerrorfilter.cpp   1.6


--- kdevelop/parts/outputviews/compileerrorfilter.cpp  #1.5:1.6
@@ -63,5 +63,5 @@ void CompileErrorFilter::processLine( co
                         lineNum = regExp.cap( format->lineGroup ).toInt() - 1;
                         text    = regExp.cap( format->textGroup );
-                        if (regExp.cap(3).startsWith("warning", false))
+                        if (regExp.cap(3).contains("warning", false))
                                 isWarning = true;
                         break;


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

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