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

Method GetNotifyManager

src/client/ct_client_context.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 std::shared_ptr<NotifyManager> ClientContext::GetNotifyManager() const {
160 return notify_manager_;
161 }
162
163 void ClientContext::NotifyAppMessage(const QString& title, const QString& msg, std::function<void()>&& cbk) {
164 QMetaObject::invokeMethod(this, [=, this]() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected