Skip to content
Commit 69a9a025 authored by David Faure's avatar David Faure
Browse files

Fix runtime warning when calling deleteLater on a null object.

QCoreApplication::postEvent: Unexpected null receiver

Typical porting trap from "delete p" to "p->deleteLater()"

CCMAIL: winter@kde.org
parent 87b9e648
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment