Hi all,

the call of QObject::connect() in my program fails at runtime with the following message:
"Object::connect: No such slot Monitor::testSlot()"

If I leave out the parameters from the slots definition it works.
The types of the parameters are std::string and an enum-type.

Do I have to register the enum-type with qRegisterMetaType() ?
I tried, but it seems to make no difference. The same error still occurs.

What else can be the reason for this error?


Thanks in advance

Alu