| 32 | |
| 33 | |
| 34 | PatternLayout::PatternLayout(QObject *parent) : |
| 35 | Layout(parent) |
| 36 | { |
| 37 | setConversionPattern(DEFAULT_CONVERSION_PATTERN); |
| 38 | } |
| 39 | |
| 40 | PatternLayout::PatternLayout(const QString &pattern, |
| 41 | QObject *parent) : |
nothing calls this directly
no outgoing calls
no test coverage detected