Details
-
Bug
-
Resolution: Incomplete
-
P1: Critical
-
6.5.3, 6.6.0
-
None
Description
After updating from Qt 6.5.2 to 6.5.3 the following error message is shown (followed by multiple empty lines but no "Candidates" text):
qrc:/qml/MainPage.qml:462: Error: Unable to determine callable overload. Candidates are:
A similar problem is described here: https://bugs.kde.org/show_bug.cgi?id=472003.
The calling code looks like this:
// Qml: function updateScalebar() { var dist; dist = Math.round(...); UnitsHandler.updateMapScalebar(dist, 120); // this is line 462 } // C++: class UnitsHandler { Q_OBJECT QML_ELEMENT QML_SINGLETON public: Q_INVOKABLE void updateMapScalebar(qreal meters, int targetWidth); }
Attachments
Issue Links
- relates to
-
QTBUG-117891 [REG 6.5.2 → 6.5.3] Unable to determine callable overload with QVariantMap
- Closed