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

Method MapperProxyStyle

src/gui/widgets/mapper_proxystyle.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108
109MapperProxyStyle::MapperProxyStyle(QStyle* base_style)
110: MapperProxyStyle(QApplication::palette(), base_style)
111{
112}
113
114MapperProxyStyle::MapperProxyStyle(const QPalette& palette, QStyle* base_style)
115: QProxyStyle(base_style)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected