Skip to content
Commit bd8b7a44 authored by Tobias Koenig's avatar Tobias Koenig
Browse files

Add a temporary workaround for a buggy QTimer::isActive()

The isActive() calls seems to return 'true' sometimes even though
the timer is not active anymore. This will result in missing timeout()
signals and therefor missing collection statistic updates.
The workaround doesn't check for timer activity but always stops and
restarts it. This is not the smartest solution but should work 100%

svn path=/trunk/KDE/kdepimlibs/; revision=1205152
parent 4926add1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment