Skip to content
  • Albert Astals Cid's avatar
    Fix crash on exit while uninstalling a theme · a930be48
    Albert Astals Cid authored
    We need to make the thememanager return a reference to its list of
    themes, this way, takeAt in ThemeModel::removeRows actually removes
    the theme from the thememanager too and thus this way there's no attempt
    at double delete on shutdown
    
    BUGS: 413278
    a930be48