How to properly inherit from multiple interfaces which declare signals and slots in Qt 6
I want to have two different interface classes that declare signals and pure virtual slots, and have a implementation class that implements both of them and thus inherits their individual signals and slots. Something like this: