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

Method GetRootWidget

src/client/plugin_interface/ct_plugin_interface.cpp:199–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 QWidget* ClientPluginInterface::GetRootWidget() {
200 return root_widget_;
201 }
202
203 bool ClientPluginInterface::eventFilter(QObject *watched, QEvent *event) {
204 if (watched == root_widget_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected