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

Method AppContent

src/client/ui/app_content.cpp:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16 AppContent::AppContent(const std::shared_ptr<ClientContext>& ctx, QWidget* parent) : RoundRectWidget(0xffffff, 0, parent) {
17 context_ = ctx;
18 settings_ = Settings::Instance();
19 }
20
21 AppContent::~AppContent() = default;
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected