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

Method GetRootWidget

src/render/plugin_interface/gr_plugin_interface.cpp:240–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 }
239
240 QWidget* GrPluginInterface::GetRootWidget() {
241 return root_widget_;
242 }
243
244 bool GrPluginInterface::eventFilter(QObject *watched, QEvent *event) {
245 if (watched == root_widget_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected