There's no documentation for this item.
# File qt/qtruby4.rb, line 503 def <<(a) if a.kind_of?(Qt::Variant) return super(a) else return super(qVariantFromValue(a)) end end
<code/>
<pre/>
<code/>and<pre/>for code samples.