Skip to content

Commit c3d2d80

Browse files
authored
CI: Fixed undefined symbol linker error in test-resultstree (#6445)
1 parent c202829 commit c3d2d80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gui/test/resultstree/testresultstree.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ XmlReport::XmlReport(const QString& filename) : Report(filename) {}
7474
bool Path::isHeader(std::string const& /*unused*/) {
7575
return false;
7676
}
77+
bool Path::isHeader2(std::string const& /*unused*/) {
78+
return false;
79+
}
7780
const std::set<std::string> ErrorLogger::mCriticalErrorIds;
7881
std::string ErrorMessage::FileLocation::getfile(bool /*unused*/) const {
7982
return std::string();

0 commit comments

Comments
 (0)