[Kde-bindings] KDE/kdebindings/kalyptus
Richard Dale
rdale at foton.es
Thu May 8 16:01:14 UTC 2008
On Tuesday 06 May 2008 19:01:14 Richard Dale wrote:
> On Tuesday 06 May 2008 18:24:21 Sebastian Sauer wrote:
> > SVN commit 804641 by sebsauer:
> >
> > * handle QVariantList
> >
> > CCMAIL: kde-bindings at kde.org
> >
> >
> >
> > M +1 -0 kalyptusDataDict.pm
> >
> >
> > --- trunk/KDE/kdebindings/kalyptus/kalyptusDataDict.pm #804640:804641
> > @@ -2726,6 +2726,7 @@
> > 'QValueList<QPixmap>' => 'qt_QPixmapValueList*',
> > 'QValueList<QString>&' => 'qt_QStringValueList*',
> > 'QValueList<QVariant>&' => 'qt_QVariantValueList*',
> > +'QVariantList' => 'qt_QVariantValueList*',
> > 'QValueList<QUrlInfo>*' => 'qt_QUrlInfoValueList*',
> > 'QValueList<KDataToolInfo>&' => 'kde_KDataToolInfoValueList*',
> > 'QPtrList<QDockWindow>*' => 'qt_QDockWindowPtrList*',
>
> Thanks for the update, but I'm pretty sure this lookup typemap isn't used
> anymore, and it could probably be removed.
Sorry - actually, thinking about it that's wrong - last time I removed this
type map, the kimono C# code generation didn't work properly. But list types
in it aren't used for anything.
-- Richard
More information about the Kde-bindings
mailing list