Method: Qt::Variant#to_s
- Defined in:
- lib/qtext/extensions.rb
#to_s ⇒ Object
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 |
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 |