| 5660 | } |
| 5661 | |
| 5662 | void UICodeEditor::setAllowSelectingTextFromGutter( bool allow ) { |
| 5663 | mAllowSelectingTextFromGutter = allow; |
| 5664 | } |
| 5665 | |
| 5666 | bool UICodeEditor::allowSelectingTextFromGutter() const { |
| 5667 | return mAllowSelectingTextFromGutter; |
no outgoing calls
no test coverage detected