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

Method GetNotifyManager

src/render_panel/gr_context.cpp:295–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293 }
294
295 std::shared_ptr<NotifyManager> GrContext::GetNotifyManager() {
296 return notify_mgr_;
297 }
298
299 void GrContext::NotifyAppMessage(const QString& title, const QString& msg, std::function<void()>&& cbk) {
300 QMetaObject::invokeMethod(this, [=, this]() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected