mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-25 03:02:57 +00:00
We can just pass a pointer to GMainWindow directly and make it a requirement of the interface. This makes the interface a little safer, since this would technically otherwise allow any random QWidget to be the parent of a render window, downcasting it to GMainWindow (which is undefined behavior).