Hi

I'm using external headers (C-style) that have enums outside classes.

I was hoping to use the Q_ENUMS to get the strings directly, but haven't found a solution.

As it's C and no C++, the enums are global.

I cannot seem to find a way to use Q_ENUMS for global enums outside a namespace, or does anyone know a way to make it work?

cheers,
Leif