| 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]() { |
nothing calls this directly
no outgoing calls
no test coverage detected