MCPcopy Create free account
hub / github.com/KDE/kdevelop / isMultiLineCase

Method isMultiLineCase

kdevplatform/outputview/outputfilteringstrategies.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109bool 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
117void CompilerFilterStrategyPrivate::putDirAtEnd(const Path& pathToInsert)
118{

Callers 1

errorInLineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected