Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.11
-
None
-
6e6cfe4f9 (dev), b4a161b45 (6.10), edd47bf60 (6.9), a83b95d08 (tqtc/lts-6.8)
Description
Can be reproduced with this code:
import QtQuick Window { width: 640 height: 480 visible: true SequentialAnimation { FrameAnimation {} } }
It should say why. In this case it's because it's not the right type.