New type of SIGNAL/SLOT connection issue
-
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?
-
K Kaluss has marked this topic as solved on