MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / TextColorIcon

Function TextColorIcon

src/qt/scicon.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90QIcon TextColorIcon(const QString& filename)
91{
92 return SingleColorIcon(filename, TextColor());
93}
94
95QIcon TextColorIcon(const QIcon& ico)
96{

Callers 2

createActionsMethod · 0.85
dataMethod · 0.85

Calls 2

SingleColorIconFunction · 0.85
TextColorFunction · 0.85

Tested by

no test coverage detected