[Development] Container refactor update

Peter Kümmel syntheticpp at gmx.net
Wed Jun 20 13:09:40 CEST 2012


On 20.06.2012 12:31, Thiago Macieira wrote:
> On quarta-feira, 20 de junho de 2012 10.47.01, Peter Kümmel wrote:
>> When Foo<int>  is used, we would need the meta type information
>> with 'int' not with T:
>>
>> static const char qt_meta_stringdata_Foo<int>[] = {
>>       "Foo<int>\0\0t\0asignal(int)\0"
>> };
>
> Who generates this?

moc, we simply tell it for which types it should generate it.
This was the idea for "Q_QOBJECT_SPECIALISATION(int)"

Peter



More information about the Development mailing list