mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-15 18:20:45 -05:00
Just create the AboutDialog on the stack -- the actual object lives on the heap anyway, since Qt uses the pimpl idiom. Removes the need for an explicit new and a special delete on close attribute.