Merge pull request #28766 from pgoral/editor_validation_issue

Changing method signature in other class in not recognized in working…
This commit is contained in:
Rémi Verschelde 2019-06-17 23:13:08 +02:00 committed by GitHub
commit 0ac3687d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 25 additions and 1 deletions

View file

@ -654,3 +654,6 @@ TextEditor::TextEditor() {
code_editor->get_text_edit()->set_drag_forwarding(this);
}
void TextEditor::validate() {
}