Skip to content

wayland: Remove QPointer from public SurfaceInterface api

Vlad Zahorodnii requested to merge work/zzag/wayland-surface-no-qpointer into master

QPointer is not meant for return values. There are also performance considerations to avoid returning QPointer.

Merge request reports