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

Method BaseWidget

src/client/ui/base_widget.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11 BaseWidget::BaseWidget(const std::shared_ptr<ClientContext>& ctx, QWidget* parent) : QWidget(parent), context_(ctx) {
12 CreateMsgListener();
13 }
14
15 void BaseWidget::CreateMsgListener() {
16 msg_listener_ = context_->GetMessageNotifier()->CreateListener();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected