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

Method AddOfflineInfoWidget

src/render_panel/ui/tab_profile.cpp:478–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476 }
477
478 QWidget* TabProfile::AddOfflineInfoWidget() {
479 auto w = new QWidget(this);
480 w->setStyleSheet("background-color:#cccccc;");
481 return w;
482 }
483
484}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected