Hi,
I have a problem with Q_DECLARE_METATYPE

I´m trying to declare the type map<string,string> to use it at signals and slots, but because of the type contains a comma I get the following error:

macro "Q_DECLARE_METATYPE" passed 2 arguments, but takes just 1

How could I declare that type?

Thanks in advance.
Regards.