Details
-
Bug
-
Resolution: Done
-
P4: Low
-
None
-
4.8.0
-
4d7d6d70e5e6bd1b6f38c4cf597305d5f3f6af31
Description
For QTimer.start() call without arguments, if QTimer.singleShot() is true, the timer will be activated only once. But for call with argument, e.g. QTimer.start(msec) - it is not documented if existing timer will be updated with new value.