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

Method GetRootWidget

src/skin/interface/skin_interface.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 QWidget* SkinInterface::GetRootWidget() {
67 return /*root_widget_*/nullptr;
68 }
69
70 bool SkinInterface::eventFilter(QObject *watched, QEvent *event) {
71 //if (watched == root_widget_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected