diff options
author | Leandro Melo <leandro.melo@nokia.com> | 2010-11-09 11:53:42 +0100 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2010-12-08 17:22:10 +0100 |
commit | 44ffd76e8b60e3dcd0741372132b07a8f6fd8225 (patch) | |
tree | 4af547ada5319f10f1eb4a3e4a492c73841a44f3 /src/plugins/texteditor/snippets/snippeteditor.h | |
parent | a997749522a2b09cd59f7232212c22296d91fd11 (diff) | |
download | qt-creator-44ffd76e8b60e3dcd0741372132b07a8f6fd8225.tar.gz |
Snippets: Rename a method in the snippet editor.
Diffstat (limited to 'src/plugins/texteditor/snippets/snippeteditor.h')
-rw-r--r-- | src/plugins/texteditor/snippets/snippeteditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/snippets/snippeteditor.h b/src/plugins/texteditor/snippets/snippeteditor.h index 3e8af12766..dfd822f986 100644 --- a/src/plugins/texteditor/snippets/snippeteditor.h +++ b/src/plugins/texteditor/snippets/snippeteditor.h @@ -70,7 +70,7 @@ public: SnippetEditor(QWidget *parent); virtual ~SnippetEditor(); - void installSyntaxHighlighter(SyntaxHighlighter *highlighter); + void setSyntaxHighlighter(SyntaxHighlighter *highlighter); signals: void snippetContentChanged(); |