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

Method BackgroundWidget

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected