MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / FloatIcon

Method FloatIcon

src/client/ui/float_icon.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8{
9
10 FloatIcon::FloatIcon(const std::shared_ptr<ClientContext>& ctx, QWidget* parent) : BaseWidget(ctx, parent) {
11
12 }
13
14 void FloatIcon::paintEvent(QPaintEvent *event) {
15 QPainter painter(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected