| 196 | static const constexpr int INDICATOR_MARGIN = 10; |
| 197 | |
| 198 | static bool isWayland() |
| 199 | { |
| 200 | return KDDockWidgets::Core::Platform::instance()->displayType() == |
| 201 | KDDockWidgets::Core::Platform::DisplayType::Wayland; |
| 202 | } |
| 203 | |
| 204 | static QWidget* parentForIndicatorWindow(KDDockWidgets::Core::ClassicDropIndicatorOverlay* classic_indicators) |
| 205 | { |
no outgoing calls
no test coverage detected