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

Function buildCompilerLine

kdevplatform/outputview/tests/testlinebuilderfunctions.h:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91QString buildCompilerLine(TestPathType pathType = UnixFilePathNoSpaces)
92{
93 /// Test with compiler output
94 QString outputline;
95 outputline.append(projectPath(pathType));
96 outputline.append(">make");
97 return outputline;
98}
99
100QString buildCompilerErrorLine(TestPathType pathType = UnixFilePathNoSpaces)
101{

Calls 2

projectPathFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected