[Kde-bindings] branches/KDE/4.4/kdebindings/ruby/korundum/src
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Fri Jan 15 12:23:54 UTC 2010
SVN commit 1075041 by rdale:
* Add a syntactically incorrect type signature 'QList<KSharedPtr<KService>>'
so that lists of KServices can be marhalled with smoke libs generator by the
new generator
CCMAIL: kde-bindings at kde.org
M +1 -0 kdehandlers.cpp
--- branches/KDE/4.4/kdebindings/ruby/korundum/src/kdehandlers.cpp #1075040:1075041
@@ -294,6 +294,7 @@
{ "KPluginInfo::List&", marshall_KPluginInfoList },
{ "KService::List", marshall_KServiceList },
{ "QList<KService::Ptr>", marshall_KServiceList },
+ { "QList<KSharedPtr<KService>>", marshall_KServiceList },
{ "QList<KSharedPtr<KService> >", marshall_KServiceList },
{ "KService::Ptr", marshall_KServicePtr },
{ "KSharedConfig::Ptr", marshall_KSharedConfigPtr },
More information about the Kde-bindings
mailing list