MCPcopy Create free account
hub / github.com/SeaEpoch/MouseClick / setIconNormal

Method setIconNormal

src/qwk_window_bar/windowbutton.cpp:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void WindowButton::setIconNormal(const QIcon& icon)
54 {
55 Q_D(WindowButton);
56 d->iconNormal = icon;
57 d->reloadIcon();
58 }
59
60 QIcon WindowButton::iconChecked() const
61 {

Callers 1

windowInitMethod · 0.80

Calls 1

reloadIconMethod · 0.80

Tested by

no test coverage detected