[Kde-bindings] branches/KDE/3.5/kdebindings/qtruby/rubylib/qtruby

Han Holl han.holl at pobox.com
Tue Feb 7 10:42:16 UTC 2006


On Tuesday 31 January 2006 10:57, Richard Dale wrote:

> --- branches/KDE/3.5/kdebindings/qtruby/rubylib/qtruby/handlers.cpp
> #504060:504061 @@ -189,6 +189,8 @@
>
>  			|| strcmp(className, "KCommand") == 0
>  			|| strcmp(className, "KNamedCommand") == 0
>  			|| strcmp(className, "KMacroCommand") == 0
>
> +			|| strcmp(className, "KAboutData") == 0
> +			|| strcmp(className, "KCmdLineArgs") == 0
>
>  			|| strcmp(className, "QSqlCursor") == 0 )
>
>  	{
>  		// Don't delete instances of these classes for now

Hi Richard,

I just upgraded to kdebindings-3.5.1 which doesn't have this patch yet.
Should I worry over the fact that with
KDE::CmdLineArgs.init()
I never get a reference to a CmdLineArgs object (these are void class 
functions), so that my CmdLineArgs object could be gc'ed ?

Cheers,

Han Holl



More information about the Kde-bindings mailing list