initial support of quotes

This commit is contained in:
arcan1s
2015-04-28 16:43:34 +03:00
parent 7ae90bf82d
commit fd8f2127d9
46 changed files with 3149 additions and 703 deletions

View File

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