Fixed spelling of method name

This commit is contained in:
Thorbjørn Lindeijer
2009-09-16 15:38:30 +02:00
parent 19f4466e3c
commit 0e3515130b
4 changed files with 6 additions and 6 deletions

View File

@@ -509,7 +509,7 @@ protected:
// Returns true if key triggers an indent.
virtual bool isElectricCharacter(const QChar &ch) const;
// Returns true if automatic brace matching should be enabled in the context of the given cursor
virtual bool contextAllowsAutoParenthesis(const QTextCursor &cursor) const;
virtual bool contextAllowsAutoParentheses(const QTextCursor &cursor) const;
// Indent a text block based on previous line. Default does nothing
virtual void indentBlock(QTextDocument *doc, QTextBlock block, QChar typedChar);
// Indent at cursor. Calls indentBlock for selection or current line.