[EMAIL PROTECTED] wrote:
> namespace Application
> {
> class ContactsManager : public QObject ,
> public SingletonTemplate<Application::ContactsManager>
> {
> Q_OBJECT
>
> friend class SingletonTemplate<ContactsManager>;
>
> // implementation
>
>
> }
> }
>
> in the type system file i have
>
> <interface-type name="
> SingletonTemplate<Application::ContactsManager>" />
> <object-type name="
> Application::ContactsManager">
>
>
Template interfaces are unfortunately not supported by the generator at
the moment. I will make a suggestion to introduce support for it, if
possible, at a later time, but I do not have any simple solution for you
right now, sorry. In order to achieve what you want, you will probably
have to write some of the binding code manually.
-- Eskil
_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest