Skip to content

Use for range based loop in X11Window::restackWindow() when traversing through stack

Vlad Zahorodnii requested to merge work/zzag/for-range-based-restack-window into master

It's more readable and it also makes code more refactorable. For example, if somebody makes Workspace::stackingOrder() return a normal QList, KWin won't crash at this code.

Merge request reports