| 202 | } |
| 203 | |
| 204 | static 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 | |
| 212 | static Qt::WindowFlags flagsForIndicatorWindow() |
| 213 | { |
no test coverage detected