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

Method PostUITask

src/client/plugin_interface/ct_plugin_interface.cpp:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160 }
161
162 void ClientPluginInterface::PostUITask(std::function<void()>&& task) {
163 QMetaObject::invokeMethod(this, [=, this]() {
164 task();
165 });
166 }
167
168 void ClientPluginInterface::PostUIDelayTask(int ms, std::function<void()>&& task) {
169 this->PostUITask([ms, t = std::move(task)]() {

Callers 1

PostUIDelayTaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected