MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / checkStringHasher

Method checkStringHasher

src/App/Document.cpp:1252–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250}
1251
1252void DocumentP::checkStringHasher(const Base::XMLReader& reader)
1253{
1254 if (reader.hasReadFailed("StringHasher.Table.txt")) {
1255 Base::Console().error(QT_TRANSLATE_NOOP(
1256 "Notifications",
1257 "\nIt is recommended that the user right-click the root of "
1258 "the document and select Mark to recompute.\n"
1259 "The user should then click the Refresh button in the main toolbar.\n"));
1260 }
1261}
1262
1263std::pair<bool, int> Document::addStringHasher(const StringHasherRef& hasher) const
1264{

Callers

nothing calls this directly

Calls 3

hasReadFailedMethod · 0.80
QT_TRANSLATE_NOOPFunction · 0.50
errorMethod · 0.45

Tested by

no test coverage detected