build after transplant to private class
svn path=/trunk/KDE/kdelibs/; revision=1192721
This commit is contained in:
parent
92511efde0
commit
e7f27c4e79
@ -546,10 +546,10 @@ void AppletPrivate::cleanUpAndDelete()
|
||||
resetConfigurationObject();
|
||||
|
||||
if (q->scene()) {
|
||||
if (isContainment()) {
|
||||
if (isContainment) {
|
||||
// prematurely emit our destruction if we are a Containment,
|
||||
// giving Corona a chance to remove this Containment from its collection
|
||||
emit destroyed(this);
|
||||
emit q->QObject::destroyed(q);
|
||||
}
|
||||
|
||||
q->scene()->removeItem(q);
|
||||
|
Loading…
x
Reference in New Issue
Block a user