Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: 5.9.4
-
Fix Version/s: None
-
Component/s: Core: Animation Framework
-
Labels:None
Description
As show in this thread,
void QMovie::stop()
doesn't automatically emit
void QMovie::finished()
signal when called.
I think a user should rely that if stop is called then the signal will be emitted.