New type of SIGNAL/SLOT connection issue
Solved
General and Desktop
-
Hi,
I'm trying to change old way to new way of signal/slots connections in my app and I'm facing following problem:I'm connecting two QLineEdit as follows:
but when I switch that to the new approach I get following error:
I already fixed some issues with qOverload, but it seems like this is not this case.
Any suggestions?
-
Hi,
I'm trying to change old way to new way of signal/slots connections in my app and I'm facing following problem:I'm connecting two QLineEdit as follows:
but when I switch that to the new approach I get following error:
I already fixed some issues with qOverload, but it seems like this is not this case.
Any suggestions?
-