1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Removed underlining for not clickable symbols

This commit is contained in:
janglee
2020-03-01 13:43:41 +05:30
committed by Meru Patel
parent 16486a9055
commit 50a570c9c1
4 changed files with 30 additions and 10 deletions

View File

@@ -178,6 +178,7 @@ protected:
void _goto_line(int p_line) { goto_line(p_line); }
void _lookup_symbol(const String &p_symbol, int p_row, int p_column);
void _validate_symbol(const String &p_symbol);
void _lookup_connections(int p_row, String p_method);