| 24 | namespace OpenOrienteering { |
| 25 | |
| 26 | TextBrowser::TextBrowser(QWidget* parent) |
| 27 | : QTextBrowser{ parent } |
| 28 | { |
| 29 | // nothing else |
| 30 | } |
| 31 | |
| 32 | |
| 33 | TextBrowser::~TextBrowser() = default; |
nothing calls this directly
no outgoing calls
no test coverage detected