| 72 | } |
| 73 | |
| 74 | void RdContext::PostStreamPluginTask(std::function<void()>&& task) { |
| 75 | stream_plugin_thread_->Post(std::move(task)); |
| 76 | } |
| 77 | |
| 78 | std::string RdContext::GetCurrentExeFolder() { |
| 79 | return QCoreApplication::applicationDirPath().toStdString(); |
no outgoing calls
no test coverage detected