| 3191 | } |
| 3192 | |
| 3193 | void UICodeEditor::setEnableColorPickerOnSelection( const bool& enableColorPickerOnSelection ) { |
| 3194 | mEnableColorPickerOnSelection = enableColorPickerOnSelection; |
| 3195 | } |
| 3196 | |
| 3197 | void UICodeEditor::setEnableInlineColorBoxes( const bool& enableInlineColorBoxes ) { |
| 3198 | if ( enableInlineColorBoxes != mEnableInlineColorBoxes ) { |
no outgoing calls
no test coverage detected