MCPcopy Create free account
hub / github.com/QuiteRSS/quiterss / setNumericalPrecisionPolicy

Method setNumericalPrecisionPolicy

3rdparty/sqlitex/sqlcachedresult.cpp:293–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void SqlCachedResult::setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy policy)
294{
295 QSqlResult::setNumericalPrecisionPolicy(policy);
296 cleanup();
297}
298#endif

Callers

nothing calls this directly

Calls 1

cleanupClass · 0.85

Tested by

no test coverage detected