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

Method iconNormal

src/qwk_window_bar/windowbutton.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 WindowButton::~WindowButton() = default;
46
47 QIcon WindowButton::iconNormal() const
48 {
49 Q_D(const WindowButton);
50 return d->iconNormal;
51 }
52
53 void WindowButton::setIconNormal(const QIcon& icon)
54 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected