Skip to content

Composite QObject into space

Roman Gilg requested to merge romangg/kwinft:space-qobject into master

The win::space becomes a class without a parent class. Signals and slots are factored out into a separate qobject smart pointer that the space owns.

This is preparation for templating the space over different window types, as outlined in #75 (closed).

Edited by Roman Gilg

Merge request reports