Merge pull request #75777 from 3deathtoll/patch-1
Make `SyntaxHighlighter::get_text_edit` a const function
This commit is contained in:
commit
8784f95e1f
3 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@
|
|||
This will color columns 0-4 red, and columns 5-eol in green.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_text_edit">
|
||||
<method name="get_text_edit" qualifiers="const">
|
||||
<return type="TextEdit" />
|
||||
<description>
|
||||
Returns the associated [TextEdit] node.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue