[Kde-bindings] Yet another segfault

Richard Dale Richard_Dale at tipitina.demon.co.uk
Mon Oct 4 12:37:05 UTC 2004


On Monday 04 October 2004 10:06, Han Holl wrote:
> On Monday 04 October 2004 02:43, Richard Dale wrote:
> > I think the latest qtruby.rb has correctly identified a programming
> > error, that the previous one missed! There is no Qt::ComboBox constructor
> > that takes a String arg:
>
> You are, of course, right.
> I must learn to distrust the original qtruby.rb more. (And my own
> programming).
One good way to track down missing methods problems is to add this just before 
the line with the method_missing error:

Qt.debug_level = Qt::DebugLevel::High

And it will trace the matching process for the methods in the Smoke library, 
and then dump out all the methods in the class.

-- Richard



More information about the Kde-bindings mailing list