mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-23 08:01:30 -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.