Revert "Use RAII to manage QApplication memory"

Authored by sandsmark on Jan 30 2020, 12:59 PM.

Description

Revert "Use RAII to manage QApplication memory"

This breaks the logic for the KDBusService crash fix. If this (using
unique_ptr) needs to be done it needs to carefully release() and reset()
at every step, and then it's just easier to manually delete it where
appropriate IMHO.

This reverts commit d5d8496cd285cf988884e99d29d76367cfcd742f.

Differential Revision: https://phabricator.kde.org/D26764

Details

Committed
hindenburgJan 30 2020, 1:00 PM
Differential Revision
D26764: Another revert to unbreak crash fix
Parents
R319:09cc4f6bb97d: Fix Separator
Branches
Unknown
Tags
Unknown
Reverts
R319:d5d8496cd285: Use RAII to manage QApplication memory