increase the delay a bit; with more runners happening, this makes it all a littl less jerky; we need a better way to change this dynamically

svn path=/trunk/KDE/kdelibs/; revision=1128369
This commit is contained in:
Aaron J. Seigo 2010-05-19 04:22:18 +00:00
parent 3a10a5c507
commit e3eda3ab65

View File

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