SVN_SILENT: style

svn path=/trunk/KDE/kdelibs/; revision=1065550
This commit is contained in:
Marco Martin 2009-12-23 16:36:16 +00:00
parent 16fb457bbe
commit 83d671bf2f

View File

@ -1297,10 +1297,11 @@ void ContainmentPrivate::dropData(QPointF scenePos, QPoint screenPos, QGraphicsS
foreach (const KUrl &url, urls) {
if (AccessManager::supportedProtocols().contains(url.protocol())) {
AccessAppletJob *job = AccessManager::self()->accessRemoteApplet(url);
if (dropEvent)
if (dropEvent) {
dropPoints[job] = dropEvent->pos();
else
} else {
dropPoints[job] = scenePos;
}
QObject::connect(AccessManager::self(), SIGNAL(finished(Plasma::AccessAppletJob*)),
q, SLOT(remoteAppletReady(Plasma::AccessAppletJob*)));
} else {