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

Method create

src/gui/util_gui.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216
217 QLabel* Headline::create(const QString& text)
218 {
219 return new QLabel(QLatin1String("<b>") + text + QLatin1String("</b>"));
220 }
221
222 QLabel* Headline::create(const char* text_utf8)
223 {

Callers

nothing calls this directly

Calls 3

QLatin1StringClass · 0.85
pixelMetricMethod · 0.80
createFunction · 0.70

Tested by

no test coverage detected