MCPcopy Create free account
hub / github.com/KDE/labplot / qHash

Function qHash

src/3rdparty/QXlsx/source/xlsxrichstring.cpp:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316uint qHash(const RichString &rs, uint seed) Q_DECL_NOTHROW
317{
318 return qHash(rs.d->idKey(), seed);
319}
320
321#ifndef QT_NO_DEBUG_STREAM
322QDebug operator<<(QDebug dbg, const RichString &rs)

Callers

nothing calls this directly

Calls 1

idKeyMethod · 0.80

Tested by

no test coverage detected