Fix int highlight() comment
This commit is contained in:
parent
b4dd1d36dd
commit
29ec4e0e55
@ -478,9 +478,7 @@ public:
|
||||
void highlight(int start, int end);
|
||||
|
||||
/**
|
||||
Returns the highlighted text.
|
||||
|
||||
When you are done with the text, free it using the free() function.
|
||||
Returns a non-zero value if text has been highlighted, 0 otherwise.
|
||||
*/
|
||||
int highlight() { return mHighlight.selected(); }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user