method 'connect' vanished!
-
What does it mean when Qt throws this error? I am getting this when I use
connect
to connect a Signal to a method (like I do elsewhere with no issues). Any specifics on what this could mean? -
Hi,
You are likely doing it outside of a QObject subclass.
Without your code it's hard to tell more.
-
Hi,
You are likely doing it outside of a QObject subclass.
Without your code it's hard to tell more.
@SGaist That was the problem, exactly. Thanks a lot.
-
@SGaist That was the problem, exactly. Thanks a lot.
@Strangelove
Hello Sir,
Mark it as solved thenThank You