MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / ColorManager

Method ColorManager

src/color_manager.cpp:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90/********************************************* */
91
92ColorManager::ColorManager()
93{
94 QPalette palette = qApp->palette();
95 setPalette(palette);
96};
97
98void ColorManager::setPalette(const QPalette &palette)
99{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected