Method: Qt::Variant#to_s

Defined in:
lib/qtext/extensions.rb

#to_sObject

return the string of the value of this variant



303
304
305
# File 'lib/qtext/extensions.rb', line 303

def to_s
  self.value.to_s
end