From kde-core-devel Mon Oct 31 15:06:51 2011 From: Thiago Macieira Date: Mon, 31 Oct 2011 15:06:51 +0000 To: kde-core-devel Subject: Re: [proposal] KSecretsService components moving from playground Message-Id: <1331978.EF0giBjXe2 () doriath> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=132007370221016 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--nextPart2392384.ra7d2pVkPn" --nextPart2392384.ra7d2pVkPn Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Monday, 31 de October de 2011 15:48:51 Aaron J. Seigo wrote: > n KSecretsService, metatypes are initialized like this: > > qRegisterMetaType(); > > 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 --nextPart2392384.ra7d2pVkPn Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iD8DBQBOrrmLM/XwBW70U1gRAt8EAJ9e7fflEX3idK3IqlotGWHJSn9CvwCgu8aE hM/rEL4OkRt7nxbaKwohhRE= =7XBM -----END PGP SIGNATURE----- --nextPart2392384.ra7d2pVkPn--