Hi,
I'm not able to define SIGNALS in inherit classes. I have defined the macro Q_OBJECT, and the class is inherithed from other class that inherits QObject.

Have I to define the SIGNALS in the base class? This is the only way that works.

There is no problem defining them on the base class but I would like to define them into the inherited class.

Thanks,