I'm using Qt now.
I've written a C++ class A and there are some public functions in it. And now, I'm writing a Qt class B which has multiple inheritences from both QObject and A.
And I want to change one public function in A to public slots in B.
Can it be possible?