once we process the job, ignore any further results from it
svn path=/trunk/KDE/kdelibs/; revision=1029848
This commit is contained in:
parent
4cd5189513
commit
44c763a752
@ -1318,6 +1318,7 @@ void ContainmentPrivate::dropData(QPointF scenePos, QPoint screenPos, QGraphicsS
|
||||
|
||||
void ContainmentPrivate::clearDataForMimeJob(KIO::Job *job)
|
||||
{
|
||||
QObject::disconnect(job, 0, q, 0);
|
||||
dropPoints.remove(job);
|
||||
KMenu *choices = dropMenus.take(job);
|
||||
if (choices) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user