| 534 | } |
| 535 | |
| 536 | void UITooltip::setUsingCustomStyling( bool usingCustomStyling ) { |
| 537 | mUsingCustomStyling = usingCustomStyling; |
| 538 | } |
| 539 | |
| 540 | bool UITooltip::applyProperty( const StyleSheetProperty& attribute ) { |
| 541 | if ( !checkPropertyDefinition( attribute ) ) |
no outgoing calls
no test coverage detected