| 236 | } |
| 237 | |
| 238 | QString RollingBinaryFileAppender::frequencyToString() const |
| 239 | { |
| 240 | QMetaEnum meta_enum = metaObject()->enumerator(metaObject()->indexOfEnumerator("DatePattern")); |
| 241 | return QLatin1String(meta_enum.valueToKey(mFrequency)); |
| 242 | } |
| 243 | |
| 244 | } |
| 245 |
nothing calls this directly
no outgoing calls
no test coverage detected