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

Method takeIconButton

src/qwk_window_bar/windowbar.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 QAbstractButton* WindowBar::takeIconButton()
198 {
199 Q_D(WindowBar);
200 return static_cast<QAbstractButton*>(d->takeWidgetAt(WindowBarPrivate::IconButton));
201 }
202
203 QAbstractButton* WindowBar::takeMinButton()
204 {

Callers

nothing calls this directly

Calls 1

takeWidgetAtMethod · 0.80

Tested by

no test coverage detected