MCPcopy Create free account
hub / github.com/OpenOrienteering/mapper / TextBrowser

Method TextBrowser

src/gui/widgets/text_browser.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace OpenOrienteering {
25
26TextBrowser::TextBrowser(QWidget* parent)
27: QTextBrowser{ parent }
28{
29 // nothing else
30}
31
32
33TextBrowser::~TextBrowser() = default;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected