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