In my simple QApplication I have this scenario:
Class1 called from main thread.
Class2 called from other thread that contains a reference of Class1.
Is possible call Class1 function from Class2 using main thread?
I have tried with moveToThread without success. Thanks in advice, best regards.
Daniele