Refactoring QPA. Support multiple QPA plugins: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "== Notes: == * Create the new class QPlatformWindowInterface (think about best name) * Refactoring QWindowSystemInterface, should call QPlatformWindowInterface * Move all sta...")
(No difference)

Revision as of 12:46, 12 June 2018

Notes:

  • Create the new class QPlatformWindowInterface (think about best name)
  • Refactoring QWindowSystemInterface, should call QPlatformWindowInterface
  • Move all stateless variables from QGuiApplicationPrivate to QPlatformWindowInterface