There's no documentation for this item.
# File qt/qtruby4.rb, line 2045 def initialize(target, block, signature) super(target) if metaObject.indexOfSlot(signature) == -1 self.class.slots signature end @target = target @block = block end
<code/>
<pre/>
<code/>and<pre/>for code samples.