| 1250 | } |
| 1251 | |
| 1252 | void 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 | |
| 1263 | std::pair<bool, int> Document::addStringHasher(const StringHasherRef& hasher) const |
| 1264 | { |
nothing calls this directly
no test coverage detected