On Monday, 31 de October de 2011 15:48:51 Aaron J. Seigo wrote: > n KSecretsService, metatypes are initialized like this: > > qRegisterMetaType<SecretStruct>(); > > this is a problem because it does not include the namespace. which afaik > means that code that wishes to use this needs to first do:
The registration is not the problem. The declaration is: you must use the entire name there. Also use the full name in all signals and slots carrying the type. -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Software Architect - Intel Open Source Technology Center PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358
signature.asc
Description: This is a digitally signed message part.