forked from qt-creator/qt-creator
Fixed spelling of method name
This commit is contained in:
@@ -1268,7 +1268,7 @@ bool CPPEditor::isElectricCharacter(const QChar &ch) const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CPPEditor::contextAllowsAutoParenthesis(const QTextCursor &cursor) const
|
||||
bool CPPEditor::contextAllowsAutoParentheses(const QTextCursor &cursor) const
|
||||
{
|
||||
CPlusPlus::TokenUnderCursor tokenUnderCursor;
|
||||
const SimpleToken tk = tokenUnderCursor(cursor);
|
||||
|
||||
Reference in New Issue
Block a user