crash--
This commit is contained in:
parent
a94af39541
commit
14a3bced4a
@ -210,7 +210,9 @@ void ContainmentInterface::setAppletArgs(Plasma::Applet *applet, const QString &
|
||||
}
|
||||
|
||||
AppletInterface *appletInterface = applet->property("graphicObject").value<AppletInterface *>();
|
||||
emit appletInterface->externalData(mimetype, data);
|
||||
if (appletInterface) {
|
||||
emit appletInterface->externalData(mimetype, data);
|
||||
}
|
||||
}
|
||||
|
||||
void ContainmentInterface::processMimeData(QMimeData *mimeData, int x, int y)
|
||||
|
Loading…
Reference in New Issue
Block a user