Skip to content

Commit

Permalink
CI: Fixed undefined symbol linker error in test-resultstree
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed May 26, 2024
1 parent c202829 commit 44c70e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gui/test/resultstree/testresultstree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ XmlReport::XmlReport(const QString& filename) : Report(filename) {}
bool Path::isHeader(std::string const& /*unused*/) {
return false;
}
bool Path::isHeader2(std::string const& /*unused*/) {
return false;
}
const std::set<std::string> ErrorLogger::mCriticalErrorIds;
std::string ErrorMessage::FileLocation::getfile(bool /*unused*/) const {
return std::string();
Expand Down

0 comments on commit 44c70e6

Please sign in to comment.