drop kf5, create branch for 2.2.1

This commit is contained in:
arcan1s
2015-05-19 21:53:19 +03:00
parent 7ae90bf82d
commit 4a6ec00b20
90 changed files with 16 additions and 7521 deletions

View File

@ -308,8 +308,8 @@ QString ExtScript::run()
}
// update value
times++;
if (times >= m_interval) times = 0;
times++;
return value;
}