Returns a new instance of DBusVariant.
2416 2417 2418 2419 2420 2421 2422
# File 'lib/Qt/qtruby4.rb', line 2416 def initialize(value) if value.kind_of? Qt::Variant super(value) else super(Qt::Variant.new(value)) end end