forked from qt-creator/qt-creator
Merge branch 'origin/2.0' (early part)
This commit is contained in:
@@ -577,7 +577,7 @@ bool CodeCompletion::maybeTriggersCompletion(TextEditor::ITextEditable *editor)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool CodeCompletion::isDelimiter(const QChar &ch) const
|
||||
bool CodeCompletion::isDelimiter(QChar ch) const
|
||||
{
|
||||
switch (ch.unicode()) {
|
||||
case '{':
|
||||
|
||||
Reference in New Issue
Block a user