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 *>();
|
AppletInterface *appletInterface = applet->property("graphicObject").value<AppletInterface *>();
|
||||||
|
if (appletInterface) {
|
||||||
emit appletInterface->externalData(mimetype, data);
|
emit appletInterface->externalData(mimetype, data);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ContainmentInterface::processMimeData(QMimeData *mimeData, int x, int y)
|
void ContainmentInterface::processMimeData(QMimeData *mimeData, int x, int y)
|
||||||
|
Loading…
Reference in New Issue
Block a user