SVN_SILENT: style
svn path=/trunk/KDE/kdelibs/; revision=1065550
This commit is contained in:
parent
16fb457bbe
commit
83d671bf2f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user