Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.2.10, 6.5.3, 6.6.0
-
1a8911a13 (dev), e899a765b (6.6), 2a23634b2 (tqtc/lts-6.5), e18bd73c4 (tqtc/lts-6.2)
Description
To reproduce, run attached example.
quickcmake_Main_qml.cpp:264: error: request for member ‘toString’ in ‘(QUrl*)(* argumentsPtr)’, which is of pointer type ‘QUrl*’ (maybe you meant to use ‘->’ ?) quickcmake_Main_qml.cpp:264:53: error: request for member ‘toString’ in ‘(QUrl*)(* argumentsPtr)’, which is of pointer type ‘QUrl*’ (maybe you meant to use ‘->’ ?) 264 | QString r6_0 = *static_cast<QUrl*>(argumentsPtr[0]).toString(); | ^~~~~~~~