GSoC/GCI Archive
Google Code-in 2013 KDE

Change usage of QDialog::exec() to use QPointer for the dialog in Marble (krazy2)

completed by: ☃ snowman

mentors: Torsten Rahn, Dennis Nienhüser

Handling modal dialogs is a bit tricky when one wants to avoid memory leaks and prevent crashes in certain situations. Fortunately krazy detects some of the places where we do it wrong. This task is about fixing them.