Explorar el Código

Autogen: Continue search for FOO_p.h when FOO.h was found

Sebastian Holtermann hace 8 años
padre
commit
251bcbed72
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      Source/cmQtAutoGenerators.cxx

+ 0 - 1
Source/cmQtAutoGenerators.cxx

@@ -1160,7 +1160,6 @@ void cmQtAutoGenerators::SearchHeadersForSourceFile(
       if (!this->UicSkip(absFilename) && !this->UicSkip(headerName)) {
         uicHeaderFiles.insert(headerName);
       }
-      break;
     }
   }
 }