Class: Qt::Variant

Inherits:
Object show all
Defined in:
lib/clevic/qt/extensions.rb

Overview

make sure that to_variant doesn’t wrap an existing variant inside another variant.

Instance Method Summary collapse

Instance Method Details

#to_variantObject



57
58
59
# File 'lib/clevic/qt/extensions.rb', line 57

def to_variant
  self
end