| 8 | { |
| 9 | |
| 10 | BinaryToTextLayout::BinaryToTextLayout(const LayoutSharedPtr &subLayout, QObject *parent) |
| 11 | : Layout(parent) |
| 12 | , mSubLayout(subLayout) |
| 13 | { |
| 14 | } |
| 15 | |
| 16 | QString BinaryToTextLayout::format(const LoggingEvent &event) |
| 17 | { |
nothing calls this directly
no outgoing calls
no test coverage detected