Method: QObject#unwrapProperties
- Defined in:
- lib/QWebChannel/QObject.rb
#unwrapProperties ⇒ Object
def unwrapQObject(response)
54 55 56 57 58 |
# File 'lib/QWebChannel/QObject.rb', line 54 def unwrapProperties() @object.__propertyCache__.each do |propertyIdx, propertyObject| @object.__propertyCache__[propertyIdx]=@object.unwrapQObject(@object.__propertyCache__[propertyIdx]) end end |