MCPcopy Create free account
hub / github.com/MEONMedical/Log4Qt / frequencyToString

Method frequencyToString

src/log4qt/rollingbinaryfileappender.cpp:238–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238QString RollingBinaryFileAppender::frequencyToString() const
239{
240 QMetaEnum meta_enum = metaObject()->enumerator(metaObject()->indexOfEnumerator("DatePattern"));
241 return QLatin1String(meta_enum.valueToKey(mFrequency));
242}
243
244}
245

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected