Snippets: Rename a method in the snippet editor.

This commit is contained in:
Leandro Melo
2010-11-09 11:53:42 +01:00
parent a997749522
commit 44ffd76e8b
4 changed files with 4 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ SnippetEditor::SnippetEditor(QWidget *parent) : BaseTextEditor(parent)
SnippetEditor::~SnippetEditor()
{}
void SnippetEditor::installSyntaxHighlighter(TextEditor::SyntaxHighlighter *highlighter)
void SnippetEditor::setSyntaxHighlighter(TextEditor::SyntaxHighlighter *highlighter)
{
baseTextDocument()->setSyntaxHighlighter(highlighter);
}