Creating QT class object in normal cpp class.
Solved
General and Desktop
-
Hi guys,
Consider their are two classes one is normal cpp class say abc and other is extended from qobject say xyz.Now I want to call a function of class xyz from abc.
I am trying to create object of xyz in abc but it is throwing error.
How can I do this?Thanks and Regards
Ashish Ajgaonkar -
@ashajg said in Creating QT class object in normal cpp class.:
it is throwing error.
What error? This is not a magicians' forum...
-
@ashajg said in Creating QT class object in normal cpp class.:
but it is throwing error
Why don't you post the error?
-
@ashajg
nice to hear u found out the error
can u mark as solved the topicThanks,