MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / parentForIndicatorWindow

Function parentForIndicatorWindow

pcsx2-qt/Debugger/Docking/DropIndicators.cpp:204–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204static QWidget* parentForIndicatorWindow(KDDockWidgets::Core::ClassicDropIndicatorOverlay* classic_indicators)
205{
206 if (isWayland())
207 return KDDockWidgets::QtCommon::View_qt::asQWidget(classic_indicators->view());
208
209 return nullptr;
210}
211
212static Qt::WindowFlags flagsForIndicatorWindow()
213{

Callers 1

Calls 2

isWaylandFunction · 0.85
viewMethod · 0.80

Tested by

no test coverage detected