[Kde-bindings] KDE/kdebindings/ruby/korundum/src
Arno Rehn
kde at arnorehn.de
Thu Jul 3 01:11:33 UTC 2008
SVN commit 827453 by arnorehn:
* Add KSharedPtr<KSharedConfig> to the marshallers array.
Fixes bug repored by Stefano Crocco.
CCMAIL: kde-bindings at kde.org
M +2 -0 kdehandlers.cpp
--- trunk/KDE/kdebindings/ruby/korundum/src/kdehandlers.cpp #827452:827453
@@ -360,6 +360,8 @@
{ "KSharedConfig::Ptr&", marshall_KSharedConfigPtr },
{ "KSharedConfigPtr", marshall_KSharedConfigPtr },
{ "KSharedConfigPtr&", marshall_KSharedConfigPtr },
+ { "KSharedPtr<KSharedConfig>", marshall_KSharedConfigPtr },
+ { "KSharedPtr<KSharedConfig>&", marshall_KSharedConfigPtr },
{ "KUrl::List", marshall_KUrlList },
{ "KUrl::List&", marshall_KUrlList },
{ "KUrlList", marshall_KUrlList },
More information about the Kde-bindings
mailing list