Skip to content

Remove AbstractClient

Roman Gilg requested to merge romangg/kwinft:abstr-client-rm-2 into windowing

Remove the AbstractClient class to flatten the windows hierarchy by:

  • moving remaining virtual functions to Toplevel,
  • replacing all AbstractClient usage with Toplevel and checking on Toplevel::control where necessary.

Closes #93 (closed)

Edited by Roman Gilg

Merge request reports