Skip to content

Consolidate Workspace windows lists

Roman Gilg requested to merge romangg/kwinft:space into windowing
  • Use STL containers instead of Qt ones.
  • Reduce the number of lists we have in Workspace and instead introduce a list m_windows for all Toplevels.
  • For now this means lots of casts but long-term we want to transform Workspace into a class template over the window types as described in #75 (closed).

Merge request reports