We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c202829 commit c3d2d80Copy full SHA for c3d2d80
1 file changed
gui/test/resultstree/testresultstree.cpp
@@ -74,6 +74,9 @@ XmlReport::XmlReport(const QString& filename) : Report(filename) {}
74
bool Path::isHeader(std::string const& /*unused*/) {
75
return false;
76
}
77
+bool Path::isHeader2(std::string const& /*unused*/) {
78
+ return false;
79
+}
80
const std::set<std::string> ErrorLogger::mCriticalErrorIds;
81
std::string ErrorMessage::FileLocation::getfile(bool /*unused*/) const {
82
return std::string();
0 commit comments