X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=classes%2Fclockswidget.h;h=d7e2ba70f07a33b2a25ffbd6a3ef10770c00971d;hb=4ed1a2e50305c7f691ecdc90db19ef77c3380646;hp=4f87423921748882a0fc298287c95b972a064197;hpb=ea69deb96e10605d9bede0f2f9882d55a019ff8c;p=chessclock diff --git a/classes/clockswidget.h b/classes/clockswidget.h index 4f87423..d7e2ba7 100644 --- a/classes/clockswidget.h +++ b/classes/clockswidget.h @@ -83,7 +83,10 @@ protected: GameStatus status_; QTime delayTimer_; /*! To avoid double clicks */ - static int const CLICKDELAY = 500 ; /*! Click delay in msecs */ + int recentX; + int recentY; + + static int const CLICKDELAY = 1500 ; /*! Click delay in msecs */