| 107 | } |
| 108 | |
| 109 | bool CompilerFilterStrategyPrivate::isMultiLineCase(const KDevelop::ErrorFormat& curErrFilter) const |
| 110 | { |
| 111 | if(curErrFilter.compiler == QLatin1String("gfortran") || curErrFilter.compiler == QLatin1String("cmake")) { |
| 112 | return true; |
| 113 | } |
| 114 | return false; |
| 115 | } |
| 116 | |
| 117 | void CompilerFilterStrategyPrivate::putDirAtEnd(const Path& pathToInsert) |
| 118 | { |