Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.0, 6.6
-
None
Description
Having something like
import QtQuick import QtQuick.Window Window { width: 640 height: 480 visible: true title: 'sandbox' function foo(event : MouseEvent) {} }
runs into
Warning: Main.qml:10:5: Could not compile function foo: Cannot resolve the argument type MouseEvent. [compiler] function foo(event : MouseEvent) {} ^^^^^^^^^