Compressing events timeout to 50ms; improves consistency of the resultScene

svn path=/trunk/KDE/kdelibs/; revision=943326
This commit is contained in:
Jacopo De Simoi 2009-03-23 17:11:53 +00:00
parent c47d34bcba
commit 282ee1b508

View File

@ -68,7 +68,7 @@ public:
void scheduleMatchesChanged() void scheduleMatchesChanged()
{ {
matchChangeTimer.start(0); matchChangeTimer.start(50);
} }
void matchesChanged() void matchesChanged()