From kde-commits Wed Apr 20 13:56:33 2005 From: Leo Savernik Date: Wed, 20 Apr 2005 13:56:33 +0000 To: kde-commits Subject: Re: kdelibs/khtml Message-Id: <200504201556.34784.l.savernik () aon ! at> X-MARC-Message: https://marc.info/?l=kde-commits&m=111400533713388 Am Dienstag, 19. April 2005 20:48 schrieb Pascal Létourneau: > -    if (d->clickCount > 0 && > -        QPoint(d->clickX-xm,d->clickY-ym).manhattanLength() <= > QApplication::startDragDistance()) -        d->clickCount++; > -    else { What the heck do you do there? mfg Leo