Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.14, 6.5.3
-
-
81ef787a6 (dev), 37574f21f (6.8), 5766c5719 (6.7), 74205f9ed (tqtc/lts-6.5)
Description
If a signal from QML is connected to a slot in C++ within the C++ object that has the slot, the connection does not function.
See the attached project.
The initial state of the project makes the connection outside of the C++ object and the signal is received properly.
If the connection in main.cpp is commented out and the connection in MyWidget.cpp is commented back in, the connection no longer functions.
Attachments
Issue Links
- relates to
-
QTBUG-125622 Connecting to QML Signals example code does not work
- Closed